TimeRangeEnum class

  • 24h - Letzter Tag * 48h - Letzte 2 Tage * 7d - Letzte Woche * 14d - Letzte 2 Wochen * 1m - Letzter Monat * 2m - Letzte 2 Monate * 3m - Letzte 3 Monate * 6m - Letzte 6 Monate * 1y - Letztes Jahr * 2y - Letzte 2 Jahre

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

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) TimeRangeEnum?
listFromJson(dynamic json, {bool growable = false}) List<TimeRangeEnum>

Constants

n1m → const TimeRangeEnum
n1y → const TimeRangeEnum
n2m → const TimeRangeEnum
n2y → const TimeRangeEnum
n3m → const TimeRangeEnum
n6m → const TimeRangeEnum
n7d → const TimeRangeEnum
n14d → const TimeRangeEnum
n24h → const TimeRangeEnum
n48h → const TimeRangeEnum
values → const List<TimeRangeEnum>
List of all possible values in this TimeRangeEnum.