QueryDirection enum Null safety
Constructors
- QueryDirection()
-
const
Values
- QUERY_OLD → const QueryDirection
-
Query messages earlier than the anchor
const QueryDirection(0)
- QUERY_NEW → const QueryDirection
-
Query messages later than the anchor
const QueryDirection(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
QueryDirection> -
A constant List of the values in this enum, in order of their declaration.
[QUERY_OLD, QUERY_NEW]