DirectionsResponse constructor
DirectionsResponse({})
Implementation
DirectionsResponse({
required super.status,
super.errorMessage,
required this.geocodedWaypoints,
required this.routes,
});
DirectionsResponse({
required super.status,
super.errorMessage,
required this.geocodedWaypoints,
required this.routes,
});