Command constructor

Command(
  1. String value,
  2. String description, {
  3. Command? parent,
})

Implementation

Command(this.value, this.description, {this.parent});