rawBytes property

  1. @JsonKey(fromJson: uintListFromString)
Uint8List? rawBytes
getter/setter pair

raw data of barcode

Implementation

@JsonKey(fromJson: uintListFromString)

///raw data of barcode
Uint8List? rawBytes;