charSet property

  1. @override
Iterable<int> get charSet
override

Returns the list of accepted codePoints for this CodeType

Implementation

@override
Iterable<int> get charSet => BarcodeMaps.code93.keys.where((int x) => x > 0);