BusCalendar class

Constructors

BusCalendar({String serviceId, String monday, String tuesday, String wednesday, String thursday, String friday, String saturday, String sunday, String startDate, String endDate})

Properties

endDate String
read / write
friday String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
monday String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
saturday String
read / write
serviceId String
read / write
startDate String
read / write
sunday String
read / write
thursday String
read / write
tuesday String
read / write
wednesday String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited