menu
alex package
documentation
runner/alex_command.dart
AlexCommand
AlexCommand constructor
AlexCommand constructor
dark_mode
light_mode
AlexCommand
constructor
AlexCommand
(
String
_name
,
String
_description
, [
List
<
String
>
_aliases
=
const []
])
Implementation
AlexCommand(this._name, this._description, [this._aliases = const []]);
alex package
documentation
runner/alex_command
AlexCommand
AlexCommand constructor
AlexCommand class