ComparisonOperator enum
Values
- eq → const ComparisonOperator
- ne → const ComparisonOperator
- le → const ComparisonOperator
- lt → const ComparisonOperator
- ge → const ComparisonOperator
- gt → const ComparisonOperator
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
-
values
→ const List<
ComparisonOperator> - A constant List of the values in this enum, in order of their declaration.