TerminalCommand constructor

TerminalCommand(
  1. int start,
  2. int end,
  3. String chars,
  4. String escapedChars,
  5. List<String> explanation,
  6. bool error,
)

Implementation

TerminalCommand(
  this.start,
  this.end,
  this.chars,
  this.escapedChars,
  this.explanation,
  this.error,
);