smartrider
shuttle_route
Schedule
Schedule constructor
Schedule
smartrider
shuttle_route
Schedule
Schedule constructor
Schedule class
Constructors
Schedule
fromJson
Properties
endDay
endTime
hashCode
id
routeId
runtimeType
startDay
startTime
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Schedule
constructor
Schedule
(
{
int
id
,
int
routeId
,
int
startDay
,
String
startTime
,
int
endDay
,
String
endTime
}
)
Implementation
Schedule( {this.id, this.routeId, this.startDay, this.startTime, this.endDay, this.endTime});