qrCode static method

Barcode qrCode({
  1. int? typeNumber,
  2. BarcodeQRCorrectionLevel errorCorrectLevel = BarcodeQRCorrectionLevel.low,
})

Implementation

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