Base class for filter classes
- Implemented types
- Implementers
Properties
Methods
-
fromJSON(
dynamic json) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → dynamic -
inherited
-
toString(
) → String -
Convert this filter directly to JSON string
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- contain → const String
- endWith → const String
- equal → const String
- greater → const String
- greaterEqual → const String
- inList → const String
- less → const String
- lessEqual → const String
- notContain → const String
- notEndWith → const String
- notEqual → const String
- notInList → const String
- notStartWith → const String
- search → const String
- startWith → const String
- viewCode → const String