trueToken method

Parser<bool> trueToken()

Implementation

Parser<bool> trueToken() => string('true').trim().map((_) => true);