ConstructMultiOption class final
- Inheritance
-
- Object
- ConstructFlag
- ConstructMultiOption
Constructors
Properties
Methods
-
declare(
ArgParser parser) → void -
Adds this flag to
parser. Called for both the outer and inner command.override -
forward(
ArgResults results, List< String> out) → void -
Appends this flag to
outif it was explicitly passed.override -
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