FilterField class abstract interface

Base class for filter classes

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
startWith → const String
viewCode → const String