Query class

Constructors

Query(String value)

Properties

comparer ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
method Queries
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

arrayContains(dynamic value) → dynamic
arrayContainsAny(List value) → dynamic
isEqualTo(dynamic value) → dynamic
isGreaterThan(dynamic value) → dynamic
isGreaterThanOrEqualTo(dynamic value) → dynamic
isLessThan(dynamic value) → dynamic
isLessThanOrEqualTo(dynamic value) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
whereIn(List value) → dynamic

Operators

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