StartingDayOfWeek enum
Days of the week that the calendar can start with.
Values
- monday → const StartingDayOfWeek
- tuesday → const StartingDayOfWeek
- wednesday → const StartingDayOfWeek
- thursday → const StartingDayOfWeek
- friday → const StartingDayOfWeek
- saturday → const StartingDayOfWeek
- sunday → const StartingDayOfWeek
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StartingDayOfWeek> - A constant List of the values in this enum, in order of their declaration.