Comma constructor

const Comma()

Creates the token type.

Implementation

const Comma() : super(',', canBeFinal: false, isMultiChar: false);