AbsoluteDateRange class

An absolute date range, specified by its start date and end date.

The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail.

Constructors

AbsoluteDateRange({Date? endDate, Date? startDate})
AbsoluteDateRange.fromJson(Map _json)

Properties

endDate Date?
The end date of the range (inclusive).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate Date?
The start date of the range (inclusive).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited