aztec static method

Barcode aztec({
  1. int minECCPercent = BarcodeAztec.defaultEcPercent,
  2. int userSpecifiedLayers = BarcodeAztec.defaultLayers,
})

Implementation

static Barcode aztec({int minECCPercent = BarcodeAztec.defaultEcPercent, int userSpecifiedLayers = BarcodeAztec.defaultLayers}) => BarcodeAztec(minECCPercent, userSpecifiedLayers);