Op class

Relational comparision operator

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Identification code for this comparision operator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String
String representation of this comparision operator
final

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