ModelDateFilter class
Filter class to make ModelDate available to ModelQuery.filters.
ModelDateをModelQuery.filtersで利用できるようにするためのフィルタークラス。
- Inheritance
-
- Object
- ModelFieldValueFilter<
ModelDate> - ModelDateFilter
- Annotations
Constructors
- ModelDateFilter()
-
Filter class to make ModelDate available to ModelQuery.filters.
const
Properties
Methods
-
compare(
dynamic a, dynamic b) → int? -
Comparison operator for sorting.
override
-
hasMatch(
ModelQueryFilter filter, dynamic source) → bool? -
Returns whether or not
source
matches according to the contents offilter
.override -
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