IN class

A Relational Query operator: Filter property values which contains at least one of the listed values.

Inheritance

Constructors

IN(String jsonPointer, List<Val> values)
Creates an IN (contains; ∈) 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 pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<Val>
The list of values to which the value at jsonPointer is compared to.
getter/setter pair

Methods

generateString() String
Returns the stored information in this QueryParam ready to use in a request.
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