ConditionOp enum
Constants
- between → const ConditionOp
-
const ConditionOp(13)
- eq → const ConditionOp
-
const ConditionOp(2)
- greaterOrEq → const ConditionOp
-
const ConditionOp(8)
- gt → const ConditionOp
-
const ConditionOp(7)
- inside → const ConditionOp
-
const ConditionOp(11)
- isNull → const ConditionOp
-
const ConditionOp(0)
- lessOrEq → const ConditionOp
-
const ConditionOp(10)
- lt → const ConditionOp
-
const ConditionOp(9)
- notEq → const ConditionOp
-
const ConditionOp(3)
- notIn → const ConditionOp
-
const ConditionOp(12)
- notNull → const ConditionOp
-
const ConditionOp(1)
- stringContains → const ConditionOp
-
const ConditionOp(4)
- stringEnds → const ConditionOp
-
const ConditionOp(6)
- stringStarts → const ConditionOp
-
const ConditionOp(5)
-
values
→ const List<
ConditionOp> -
A constant List of the values in this enum, in order of their declaration.
const List<
ConditionOp>
Properties
- index → int
-
The integer index of this enum.
final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited