StringChars constructor

const StringChars(
  1. Calculable<bool> normalChar,
  2. int controlChar,
  3. ParserBuilder<String, String> escape
)

Implementation

const StringChars(this.normalChar, this.controlChar, this.escape);