DateRangeType enum
Enum for types of date ranges.
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
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.