aliases property

List<String> get aliases

Alternative names that can be used to invoke the command.

Returns an empty list by default.

Implementation

List<String> get aliases => const [];