DynamicFilterType enum

Represents the dynamic filter type.

Inheritance

Constructors

DynamicFilterType()
const

Values

none → const DynamicFilterType

None of the filter type used.

tomorrow → const DynamicFilterType

Represents Tomorrow.

today → const DynamicFilterType

Represents Today.

yesterday → const DynamicFilterType

Represents Yesterday.

nextWeek → const DynamicFilterType

Represents next week of the current week.

thisWeek → const DynamicFilterType

Represents current week.

lastWeek → const DynamicFilterType

Represents last week of the current week.

nextMonth → const DynamicFilterType

Represents next month of the current month.

thisMonth → const DynamicFilterType

Represents current month.

lastMonth → const DynamicFilterType

Represent last month of the current month.

nextQuarter → const DynamicFilterType

Represent next quarter of the current quarter year.

thisQuarter → const DynamicFilterType

Represent current quarter year.

lastQuarter → const DynamicFilterType

Represent last quarter of the current quarter year.

nextYear → const DynamicFilterType

Represent next year.

thisYear → const DynamicFilterType

Represent current year.

lastYear → const DynamicFilterType

Represent last year.

quarter1 → const DynamicFilterType

Represent first quarter of the years.

quarter2 → const DynamicFilterType

Represent second quarter of the years.

quarter3 → const DynamicFilterType

Represent third quarter of the years.

quarter4 → const DynamicFilterType

Represent fourth quarter of the years.

january → const DynamicFilterType

Represent January month.

february → const DynamicFilterType

Represent February month.

march → const DynamicFilterType

Represent March month.

april → const DynamicFilterType

Represent April month.

may → const DynamicFilterType

Represent May month.

june → const DynamicFilterType

Represent June month.

july → const DynamicFilterType

Represent July month.

august → const DynamicFilterType

Represent August month.

september → const DynamicFilterType

Represent September month.

october → const DynamicFilterType

Represent October month.

november → const DynamicFilterType

Represent November month.

december → const DynamicFilterType

Represent December month.

yearToDate → const DynamicFilterType

Represent dates from starting of the current year till today.

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