Julian Steenbakker
преди 5 години
родител
ревизия
ec0b8070b5
No known key found for this signature in database
GPG ключ ID: 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. |
|
|
|
|