CommandState constructor

const CommandState(
  1. bool enabled,
  2. bool executing,
  3. String errorMessage
)

Implementation

const CommandState(this.enabled, this.executing, this.errorMessage);