TimeRangeDTO enum

Inheritance
Available extensions

Values

swaggerGeneratedUnknown → const TimeRangeDTO
const TimeRangeDTO(null)
last30minutes → const TimeRangeDTO
const TimeRangeDTO('Last30Minutes')
lasthour → const TimeRangeDTO
const TimeRangeDTO('LastHour')
last4hours → const TimeRangeDTO
const TimeRangeDTO('Last4Hours')
last12hours → const TimeRangeDTO
const TimeRangeDTO('Last12Hours')
last24hours → const TimeRangeDTO
const TimeRangeDTO('Last24Hours')
last48hours → const TimeRangeDTO
const TimeRangeDTO('Last48Hours')
last3days → const TimeRangeDTO
const TimeRangeDTO('Last3Days')
last7days → const TimeRangeDTO
const TimeRangeDTO('Last7Days')
last30days → const TimeRangeDTO
const TimeRangeDTO('Last30Days')
last6months → const TimeRangeDTO
const TimeRangeDTO('Last6Months')
lastyear → const TimeRangeDTO
const TimeRangeDTO('LastYear')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
final

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<TimeRangeDTO>
A constant List of the values in this enum, in order of their declaration.