aztec static method
Aztec
Named after the resemblance of the central finder pattern to an Aztec pyramid.
minECCPercent
defines the error correction percentage
userSpecifiedLayers
defines the number of layers
Implementation
static Barcode aztec(
{int minECCPercent = BarcodeAztec.defaultEcPercent,
int userSpecifiedLayers = BarcodeAztec.defaultLayers}) =>
BarcodeAztec(minECCPercent, userSpecifiedLayers);