PMFilter class abstract
The base class of all the filters.
See also:
Constructors
- PMFilter()
- Construct a default filter.
- PMFilter.defaultValue({bool containsPathModified = false})
-
Construct a default filter.
factory
Properties
- containsPathModified ↔ bool
-
Whether the AssetPathEntitys will return with modified time.
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
- type → BaseFilterType
-
The type of the filter.
no setter
Methods
-
childMap(
) → Map< String, dynamic> - The child map of the filter.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Convert the filter to a map for channel.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateDateToNow(
) → PMFilter - The method only supports for FilterOptionGroup.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited