NumberFilter class

A filter class for numeric fields.

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

Inheritance

Constructors

NumberFilter(String fieldName)
Constructs an instance of NumberFilter.

Properties

equal num?
Query all records that has its field"s value is equal to this property"s value
getter/setter pairinherited
greater num?
Query all records that has its field"s value is greater than this property"s value
getter/setter pairinherited
greaterEqual num?
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 num?
Query all records that has its field"s value is less than this property"s value
getter/setter pairinherited
lessEqual num?
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 num?
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