DirectionResponse constructor

DirectionResponse({
  1. String? code,
  2. String? message,
  3. String? routeId,
  4. String? sessionId,
  5. List<DirectionsWaypoint>? waypoints,
  6. List<DirectionsRoute>? routes,
})

Implementation

DirectionResponse(
    {this.code,
    this.message,
    this.routeId,
    this.sessionId,
    this.waypoints,
    this.routes});