matchesAny method Null safety
Return true
if this token has any one of the given types
.
Implementation
bool matchesAny(List<TokenType> types);
Return true
if this token has any one of the given types
.
bool matchesAny(List<TokenType> types);