menu
uloc package
documentation
commands/command.dart
CMDPros
CMDPros.new constructor
CMDPros.new constructor
dark_mode
light_mode
CMDPros
constructor
CMDPros
(
{
required
List
<
String
>
name
,
ArgParser?
parser
,
String
?
help
,
})
Implementation
CMDPros({required this.name, this.parser, this.help});
uloc package
documentation
commands/command
CMDPros
CMDPros.new constructor
CMDPros class