WeekNumber enum Null safety
Constructors
- WeekNumber()
-
const
Values
- First → const WeekNumber
-
const WeekNumber(0)
- Second → const WeekNumber
-
const WeekNumber(1)
- Third → const WeekNumber
-
const WeekNumber(2)
- Fourth → const WeekNumber
-
const WeekNumber(3)
- Last → const WeekNumber
-
const WeekNumber(4)
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
Constants
-
values
→ const List<
WeekNumber> -
A constant List of the values in this enum, in order of their declaration.
[First, Second, Third, Fourth, Last]