DoubleFilter class

Inheritance

Constructors

DoubleFilter(String fieldName)

Properties

equal double?
Query all records that has its field's value is equal to this property's value
getter/setter pairinherited
greater double?
Query all records that has its field's value is greater than this property's value
getter/setter pairinherited
greaterEqual double?
Query all records that has its field's value is greater than or equal to this property's value
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
less double?
Query all records that has its field's value is less than this property's value
getter/setter pairinherited
lessEqual double?
Query all records that has its field's value is less than or equal to this property's value
getter/setter pairinherited
name String
finalinherited
notEqual double?
Query all records that has its field's value is not equal to this property's value
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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