StringFilter class

This class defines filter operations for String type

Inheritance

Constructors

StringFilter(String fieldName)
Initialize new StringFilter instance

Properties

contain String?
Query all records that has its field's value contains this property's value
getter/setter pair
endWith String?
Query all records that has its field's value ends with this property's value
getter/setter pair
equal String?
Query all records that has its field's value equals to this property's value
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
notContain String?
Query all records that has its field's value does not contain this property's value
getter/setter pair
notEndWith String?
Query all records that has its field's value does not end with this property's value
getter/setter pair
notEqual String?
Query all records that has its field's value different from this property's value
getter/setter pair
notStartWith String?
Query all records that has its field's value does not start with this property's value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startWith String?
Query all records that has its field's value starts with this property's value
getter/setter pair

Methods

fromJSON(dynamic json) → void
Convert this filter from JSON
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
Convert this filter to JSON
override
toString() String
Convert this filter directly to JSON string
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited