Returns the list of accepted codePoints for this Barcode
@override Iterable<int> get charSet => List<int>.generate(10, (int index) => index + 0x30);