menu
nylo_framework package
documentation
metro/ny_cli.dart
NyCommand
NyCommand.new constructor
NyCommand.new constructor
dark_mode
light_mode
NyCommand
constructor
NyCommand
(
{
String
?
name
,
String
?
category
,
Function
?
action
,
String
?
package
,
String
?
description
,
})
Implementation
NyCommand({ this.name, this.category, this.action, this.package, this.description, });
nylo_framework package
documentation
metro/ny_cli
NyCommand
NyCommand.new constructor
NyCommand class