GoogleMapsPlacesV1RoutingSummaryLeg.fromJson constructor
GoogleMapsPlacesV1RoutingSummaryLeg.fromJson(
- Map json_
Implementation
GoogleMapsPlacesV1RoutingSummaryLeg.fromJson(core.Map json_)
: this(
distanceMeters: json_['distanceMeters'] as core.int?,
duration: json_['duration'] as core.String?,
);