ShuttleVehicle constructor

ShuttleVehicle(
  1. {int id,
  2. String name,
  3. String created,
  4. String updated,
  5. bool enabled,
  6. String trackerId}
)

Implementation

ShuttleVehicle(
    {this.id,
    this.name,
    this.created,
    this.updated,
    this.enabled,
    this.trackerId});