FilterModel class
A class for creating a search filter model in FirestorePagination
Constructors
- FilterModel.new({required String fieldName, required String searchValue})
- Creates a FilterModel object
Properties
- fieldName → String
-
The name of the field in collection to be searched.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchValue → String
-
The substring that is intented to search in fieldName value.
final
Methods
-
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