trueValue method

Parser<bool> trueValue()

Implementation

Parser<bool> trueValue() => trueToken().map((each) => true);