smartrider
shuttle_vehicle
ShuttleVehicle
ShuttleVehicle constructor
ShuttleVehicle
smartrider
shuttle_vehicle
ShuttleVehicle
ShuttleVehicle constructor
ShuttleVehicle class
Constructors
ShuttleVehicle
fromJson
Properties
created
enabled
hashCode
id
name
runtimeType
trackerId
updated
Methods
noSuchMethod
toJson
toString
Operators
operator ==
ShuttleVehicle
constructor
ShuttleVehicle
(
{
int
id
,
String
name
,
String
created
,
String
updated
,
bool
enabled
,
String
trackerId
}
)
Implementation
ShuttleVehicle( {this.id, this.name, this.created, this.updated, this.enabled, this.trackerId});