CommandParent constructor

CommandParent(
  1. String _name,
  2. List<Command> _children
)

Implementation

CommandParent(this._name, this._children);