GoogleMapsPlacesV1PlaceAccessibilityOptions.fromJson constructor

GoogleMapsPlacesV1PlaceAccessibilityOptions.fromJson(
  1. Map json_
)

Implementation

GoogleMapsPlacesV1PlaceAccessibilityOptions.fromJson(core.Map json_)
  : this(
      wheelchairAccessibleEntrance:
          json_['wheelchairAccessibleEntrance'] as core.bool?,
      wheelchairAccessibleParking:
          json_['wheelchairAccessibleParking'] as core.bool?,
      wheelchairAccessibleRestroom:
          json_['wheelchairAccessibleRestroom'] as core.bool?,
      wheelchairAccessibleSeating:
          json_['wheelchairAccessibleSeating'] as core.bool?,
    );