EXISTS class
A Relational Query operator: Filter property values (jsonPointer) which exist.
Constructors
- EXISTS.new(String jsonPointer)
- Creates a EXISTS 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
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