DoubleFilter class

A filter class for double fields.

This class extends AbstractNumberFilter to provide filtering capabilities for double fields.

Inheritance

Constructors

DoubleFilter(String fieldName)
Constructs an instance of DoubleFilter.

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
The name of the filter field.
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
Converts this filter directly to a JSON string.
inherited

Operators

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