fastParse method
Parses the input and returns true
if successful, false
otherwise.
Implementation
@override
bool fastParse(State<StringReader> state) {
return p.fastParse(state);
}
Parses the input and returns true
if successful, false
otherwise.
@override
bool fastParse(State<StringReader> state) {
return p.fastParse(state);
}