BusShapes constructor

BusShapes(
  1. {String shapeId,
  2. String shapePtLat,
  3. String shapePtLon,
  4. String shapePtSequence}
)

Implementation

BusShapes({
  this.shapeId,
  this.shapePtLat,
  this.shapePtLon,
  this.shapePtSequence
});