GoogleMapsPlacesV1PlaceAccessibilityOptions constructor

GoogleMapsPlacesV1PlaceAccessibilityOptions({
  1. bool? wheelchairAccessibleEntrance,
  2. bool? wheelchairAccessibleParking,
  3. bool? wheelchairAccessibleRestroom,
  4. bool? wheelchairAccessibleSeating,
})

Implementation

GoogleMapsPlacesV1PlaceAccessibilityOptions({
  this.wheelchairAccessibleEntrance,
  this.wheelchairAccessibleParking,
  this.wheelchairAccessibleRestroom,
  this.wheelchairAccessibleSeating,
});