strictToken method

Parser<Token<String>> strictToken()

The strict keyword.

Implementation

Parser<Token<String>> strictToken() => token('strict');