Argument constructor
const
Argument(
- Command command,
- String name,
- CompleteHandler? handler, {
- bool variadic = false,
Implementation
const Argument(
this.command,
this.name,
this.handler, {
this.variadic = false,
});