qrCode static method
Barcode
qrCode({
- int? typeNumber,
- BarcodeQRCorrectionLevel errorCorrectLevel = BarcodeQRCorrectionLevel.low,
Implementation
static Barcode qrCode({int? typeNumber, BarcodeQRCorrectionLevel errorCorrectLevel = BarcodeQRCorrectionLevel.low}) => BarcodeQR(typeNumber, errorCorrectLevel);