Returns the list of accepted codePoints for this CodeType
@override Iterable<int> get charSet => BarcodeMaps.codabar.keys.where((int x) => x < 0x40);