Op class
Relational comparision operator
Properties
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
- Eq → const Op
- 'is equal to' relational comparision operator
- Gt → const Op
- 'is greater than' relational comparision operator
- GtEq → const Op
- 'is greater than or equal to' relational comparision operator
- Is → const Op
- 'IS' relational comparision operator
- IsNot → const Op
- 'IS NOT' relational comparision operator
- Like → const Op
- 'is like' relational comparision operator
- Lt → const Op
- 'is less than' relational comparision operator
- LtEq → const Op
- 'is less than or equal to' relational comparision operator
- Ne → const Op
- 'is not equal to' relational comparision operator