ShuttleStop constructor

ShuttleStop(
  1. {int id,
  2. double latitude,
  3. double longitude,
  4. String created,
  5. String updated,
  6. String name,
  7. String description}
)

Implementation

ShuttleStop(
    {this.id,
    this.latitude,
    this.longitude,
    this.created,
    this.updated,
    this.name,
    this.description});