CommandParent constructor

CommandParent(
  1. String _name,
  2. List<Command> _childrens, [
  3. List<String> _alias = const []
])

Implementation

CommandParent(this._name, this._childrens, [this._alias = const []]);