AlexCommand constructor

AlexCommand(
  1. String _name,
  2. String _description, [
  3. List<String> _aliases = const []
])

Implementation

AlexCommand(this._name, this._description, [this._aliases = const []]);