LE class

A RelationalQuery: Filter property values less than or equal to value.

Inheritance

Constructors

LE(String jsonPointer, Val value)
Creates a LE (less or equals; <=) operator;

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonPointer String
The JSON Pointer to the value in the model.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ _RelationalOperatorType
The method of comparison between the values.
getter/setter pairinherited
value Val
The value to which the value at jsonPointer is compared to.
getter/setter pairinherited

Methods

generateString() String
Returns the stored information in this QueryParam ready to use in a request.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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