SearchFilterCollectionDateRange class final
Date range. Dates are encoded as strings in YYYYMMDD format.
- Available extensions
Constructors
- SearchFilterCollectionDateRange({required String from, required String to})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant SearchFilterCollectionDateRange other) → bool -
The equality operator.
override