|
|
@@ -8,7 +8,7 @@ import 'barcode_format.dart'; |
|
|
class Barcode { |
|
|
class Barcode { |
|
|
Barcode(this.code, this.format, this.rawBytes); |
|
|
Barcode(this.code, this.format, this.rawBytes); |
|
|
|
|
|
|
|
|
final String? code; |
|
|
|
|
|
|
|
|
final String code; |
|
|
final BarcodeFormat format; |
|
|
final BarcodeFormat format; |
|
|
|
|
|
|
|
|
/// Raw bytes are only supported by Android. |
|
|
/// Raw bytes are only supported by Android. |
|
|
|