DirectionsResponse.fromJson constructor

DirectionsResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DirectionsResponse.fromJson(Map<String, dynamic> json) =>
    _$DirectionsResponseFromJson(json);