menu
apn_json2model package
documentation
core/command.dart
Command
Command constructor
Command constructor
dark_mode
light_mode
Command
constructor
Command
(
{
Type
?
type
,
String
?
prefix
,
String
?
notprefix
,
String
?
command
,
required
Callback
callback
,
})
Implementation
Command({ this.type, this.prefix, this.notprefix, this.command, required this.callback, });
apn_json2model package
documentation
core/command
Command
Command constructor
Command class