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