Command constructor

Command(
  1. List<String> input
)

Implementation

Command(this.input) {
  initialize();
}