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