ValueOptions enum
Values
- notEqual → const ValueOptions
-
const ValueOptions(r'not-equal')
- timedOut → const ValueOptions
-
const ValueOptions(r'timed-out')
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<
ValueOptions> - A constant List of the values in this enum, in order of their declaration.