Frequency enum Null safety
Specify repeating events based on an interval of a chosen type or multiples thereof.
Constants
- DAILY → const Frequency
-
const Frequency(3)
- HOURLY → const Frequency
-
const Frequency(2)
- MINUTELY → const Frequency
-
const Frequency(1)
- MONTHLY → const Frequency
-
const Frequency(5)
- SECONDLY → const Frequency
-
const Frequency(0)
-
values
→ const List<
Frequency> -
A constant List of the values in this enum, in order of their declaration.
const List<
Frequency> - WEEKLY → const Frequency
-
const Frequency(4)
- YEARLY → const Frequency
-
const Frequency(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