Command<State, System> constructor

  1. @protected
Command<State, System>(
  1. String description
)

Creates a new command.

Implementation

@protected
Command(this.description);