OptionType class
What kinds of values an option accepts.
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
- flag → const OptionType
-
An option that can only be
true
orfalse
. - multiple → const OptionType
- An option that allows multiple values.
- single → const OptionType
- An option that takes a single value.