menu
consolekit package
documentation
consolekit.dart
CommandArgument
CommandArgument.new constructor
CommandArgument.new constructor
dark_mode
light_mode
CommandArgument
constructor
CommandArgument
(
String
name
, {
String
?
description
,
bool
optional
=
false
,
String
?
defaultsTo
,
})
Implementation
CommandArgument( super.name, { super.description, super.optional, super.defaultsTo, });
consolekit package
documentation
consolekit
CommandArgument
CommandArgument.new constructor
CommandArgument class