OperatorType enum
Constants
- $in → const OperatorType
-
@_s.JsonValue('in')
const OperatorType(5)
- between → const OperatorType
-
@_s.JsonValue('between')
const OperatorType(6)
- eq → const OperatorType
-
@_s.JsonValue('eq')
const OperatorType(0)
- ge → const OperatorType
-
@_s.JsonValue('ge')
const OperatorType(4)
- gt → const OperatorType
-
@_s.JsonValue('gt')
const OperatorType(2)
- le → const OperatorType
-
@_s.JsonValue('le')
const OperatorType(3)
- lt → const OperatorType
-
@_s.JsonValue('lt')
const OperatorType(1)
-
values
→ const List<
OperatorType> -
A constant List of the values in this enum, in order of their declaration.
const List<
OperatorType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited