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