FunctionTokenType constructor
const
FunctionTokenType()
Creates the token type.
Implementation
const FunctionTokenType()
: super(
bannedLeadingTokenTypes: const [],
bannedLeadingSelf: true,
bannedTrailingTokenTypes: const []);