CommandInformation constructor

CommandInformation(
  1. Command command,
  2. String argument,
  3. List<Flag> flags
)

Implementation

CommandInformation(this.command, this.argument, this.flags);