menu
neomage package
documentation
data/commands/command.dart
Command
aliases property
aliases property
dark_mode
light_mode
aliases
property
List
<
String
>
get
aliases
Alternative names for the command.
Implementation
List<String> get aliases => const [];
neomage package
documentation
data/commands/command
Command
aliases property
Command class