MapboxModel constructor

MapboxModel({
  1. List<Route>? routes,
  2. List<Waypoint>? waypoints,
  3. String? code,
  4. String? uuid,
})

Implementation

MapboxModel({this.routes, this.waypoints, this.code, this.uuid});