MeshRouteView constructor

MeshRouteView({
  1. String? name,
  2. String? routeId,
  3. String? routeLocation,
  4. String? routeProjectNumber,
  5. String? routeType,
})

Implementation

MeshRouteView({
  this.name,
  this.routeId,
  this.routeLocation,
  this.routeProjectNumber,
  this.routeType,
});