PassageModeConfig class
Constructors
Properties
- endDate ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modeType ↔ PassageModeType?
-
getter/setter pair
- month ↔ int?
-
getter/setter pair
- repeatWeekOrDays ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ int?
-
getter/setter pair
Methods
-
getEndDate(
) → int? -
getModeType(
) → PassageModeType? -
getMonth(
) → int? -
getRepeatWeekOrDays(
) → String? -
getStartDate(
) → int? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEndDate(
int endDate) → void -
setModeType(
PassageModeType modeType) → void -
setMonth(
int month) → void -
setRepeatWeekOrDays(
String repeatWeekOrDays) → void -
setStartDate(
int startDate) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited