menu
nylo_support package
documentation
metro/src/models/ny_command.dart
NyCommand
NyCommand.new constructor
NyCommand.new constructor
dark_mode
light_mode
NyCommand
constructor
NyCommand
(
{
String
?
name
,
String
?
category
,
Function
?
action
,
})
Implementation
NyCommand({this.name, this.category, this.action});
nylo_support package
documentation
metro/src/models/ny_command
NyCommand
NyCommand.new constructor
NyCommand class