menu
nylo_support package
documentation
metro/models/ny_command.dart
NyCommand
NyCommand constructor
NyCommand constructor
dark_mode
light_mode
NyCommand
constructor
NyCommand
(
{
String
?
name
,
int
?
options
,
List
<
String
>
?
arguments
,
String
?
category
,
Function
?
action
,
})
Implementation
NyCommand( {this.name, this.options, this.arguments, this.category, this.action});
nylo_support package
documentation
metro/models/ny_command
NyCommand
NyCommand constructor
NyCommand class