SimpleTokenType constructor
const
SimpleTokenType(})
Creates the token type.
Implementation
const SimpleTokenType(this.charToMatchAgainst,
{required this.canBeFinal, required this.isMultiChar})
: super(
bannedLeadingTokenTypes: const [],
bannedTrailingTokenTypes: const []);