Barcode constructor
Barcode({
- List<
Offset> ? corners, - BarcodeFormat format = BarcodeFormat.ean13,
- Uint8List? rawBytes,
- BarcodeType type = BarcodeType.text,
- CalendarEvent? calendarEvent,
- ContactInfo? contactInfo,
- DriverLicense? driverLicense,
- Email? email,
- GeoPoint? geoPoint,
- Phone? phone,
- SMS? sms,
- UrlBookmark? url,
- WiFi? wifi,
- String? displayValue,
- required String? rawValue,
Implementation
Barcode({
this.corners,
this.format = BarcodeFormat.ean13,
this.rawBytes,
this.type = BarcodeType.text,
this.calendarEvent,
this.contactInfo,
this.driverLicense,
this.email,
this.geoPoint,
this.phone,
this.sms,
this.url,
this.wifi,
this.displayValue,
required this.rawValue,
});