DateRangeType enum

Enum for types of date ranges.

Inheritance

Constructors

DateRangeType()
const

Values

today → const DateRangeType

Today.

yesterday → const DateRangeType

Yesterday.

last7Days → const DateRangeType

Last 7 days.

thisWeek → const DateRangeType

Current week.

lastWeek → const DateRangeType

Previous week.

last30Days → const DateRangeType

Last 30 days.

last60Days → const DateRangeType

Last 60 days.

last90Days → const DateRangeType

Last 90 days.

lastMonth → const DateRangeType

Previous month.

thisMonth → const DateRangeType

Current month.

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

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