Command constructor

Command(
  1. String name,
  2. CommandHandler? _handler
)

Implementation

Command(this.name, this._handler);