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