Query class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

cursorAfter(String id) String
cursorBefore(String id) String
equal(String attribute, dynamic value) → dynamic
greaterThan(String attribute, dynamic value) → dynamic
greaterThanEqual(String attribute, dynamic value) → dynamic
lessThan(String attribute, dynamic value) → dynamic
lessThanEqual(String attribute, dynamic value) → dynamic
limit(int limit) String
notEqual(String attribute, dynamic value) → dynamic
offset(int offset) String
orderAsc(String attribute) String
orderDesc(String attribute) String
parseValues(dynamic value) String