rawBytes property

  1. @JsonKey(fromJson: uintListFromString)
Uint8List? rawBytes
read / write

raw data of barcode

Implementation

@JsonKey(fromJson: uintListFromString)

///raw data of barcode
Uint8List? rawBytes;