DayOfWeek enum Null safety
Constructors
- DayOfWeek()
-
const
Values
- Monday → const DayOfWeek
-
const DayOfWeek(0)
- Tuesday → const DayOfWeek
-
const DayOfWeek(1)
- Wednesday → const DayOfWeek
-
const DayOfWeek(2)
- Thursday → const DayOfWeek
-
const DayOfWeek(3)
- Friday → const DayOfWeek
-
const DayOfWeek(4)
- Saturday → const DayOfWeek
-
const DayOfWeek(5)
- Sunday → const DayOfWeek
-
const DayOfWeek(6)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited