ExpiresDurationEnum class
days- Days *weeks- Weeks *months- Months *years- Years
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → ExpiresDurationEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< ExpiresDurationEnum>
Constants
- days → const ExpiresDurationEnum
- months → const ExpiresDurationEnum
-
values
→ const List<
ExpiresDurationEnum> - List of all possible values in this ExpiresDurationEnum.
- weeks → const ExpiresDurationEnum
- years → const ExpiresDurationEnum