UpdatePeriod enum
Values
- hourly â const UpdatePeriod
- daily â const UpdatePeriod
- weekly â const UpdatePeriod
- monthly â const UpdatePeriod
- yearly â const UpdatePeriod
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- index â int
-
A numeric identifier for the enumerated value.
no setterinherited
- name â String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
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<
UpdatePeriod> - A constant List of the values in this enum, in order of their declaration.