rawBytes property

List<int>? rawBytes

@return raw bytes encoded by the barcode, if applicable, otherwise null

Implementation

List<int>? get rawBytes => _rawBytes;