menu
commands_my package
documentation
commands.dart
CommandShortInfo
CommandShortInfo.new constructor
CommandShortInfo.new constructor
dark_mode
light_mode
CommandShortInfo
constructor
CommandShortInfo
(
{
required
int
id
,
required
String
name
,
required
String
group
,
required
Map
<
String
,
String
>
params
,
})
Implementation
CommandShortInfo({required this.id, required this.name, required this.group, required this.params});
commands_my package
documentation
commands
CommandShortInfo
CommandShortInfo.new constructor
CommandShortInfo class