Kaynağa Gözat
refactor: barcode code to non nullable
flutter-beta
Julian Steenbakker
5 yıl önce
ebeveyn
işleme
ec0b8070b5
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 16E437C7A3D94250
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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. |
|
|
|
|