falseValue method

Parser<bool> falseValue()

Implementation

Parser<bool> falseValue() => falseToken().map((each) => false);