Julian Steenbakker
5 роки тому
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 16E437C7A3D94250
1 змінених файлів з
1 додано та
1 видалено
-
lib/src/types/barcode.dart
|
|
|
@@ -8,7 +8,7 @@ import 'barcode_format.dart'; |
|
|
|
class Barcode { |
|
|
|
Barcode(this.code, this.format, this.rawBytes); |
|
|
|
|
|
|
|
final String? code; |
|
|
|
final String code; |
|
|
|
final BarcodeFormat format; |
|
|
|
|
|
|
|
/// Raw bytes are only supported by Android. |
|
|
|
|