Comma constructor
const
Comma()
Creates the token type.
Implementation
const Comma() : super(',', canBeFinal: false, isMultiChar: false);
Creates the token type.
const Comma() : super(',', canBeFinal: false, isMultiChar: false);