GoogleMapsPlacesV1RoutingSummaryLeg.fromJson constructor

GoogleMapsPlacesV1RoutingSummaryLeg.fromJson(
  1. Map json_
)

Implementation

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