StringChars constructor
const
StringChars(
- Calculable<
bool> normalChar, - int controlChar,
- ParserBuilder<
String, String> escape
Implementation
const StringChars(this.normalChar, this.controlChar, this.escape);