DateFilter class Null safety
This filter defines the allowed dates or date ranges for the media returned.
It's possible to pick a set of specific dates and a set of date ranges.
Constructors
-
DateFilter({List<
Date> ? dates, List<DateRange> ? ranges}) - DateFilter.fromJson(Map json_)
Properties
-
dates
↔ List<
Date> ? -
List of dates that match the media items' creation date.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
ranges
↔ List<
DateRange> ? -
List of dates ranges that match the media items' creation date.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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