rawBytes property

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

Raw data of barcode

Implementation

@JsonKey(fromJson: uintListFromString)

/// Raw data of barcode
Uint8List? rawBytes;