OptionKind enum
An enum to specify the multiple different kinds of data an option might represent.
Constants
- dir → const OptionKind
-
const OptionKind(2)
- file → const OptionKind
-
const OptionKind(1)
- glob → const OptionKind
-
const OptionKind(3)
- other → const OptionKind
-
const OptionKind(0)
-
values
→ const List<
OptionKind> -
A constant List of the values in this enum, in order of their declaration.
const List<
OptionKind>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited