QueryType enum

Inheritance

Constructors

QueryType()
const

Values

IS_EQUAL_TO → const QueryType
IS_GREATER_THAN → const QueryType
IS_GREATER_THAN_OR_EQUAL_TO → const QueryType
IS_LESS_THAN → const QueryType
IS_LESS_THAN_OR_EQUAL_TO → const QueryType
CONTAINS → const QueryType
IS_WITHIN_RADIUS → const QueryType
IS_WITHIN_BOX → const QueryType
START_AT → const QueryType
START_AFTER → const QueryType
LIMIT → const QueryType
ORDER_BY → const QueryType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<QueryType>
A constant List of the values in this enum, in order of their declaration.