pdf417 static method
Barcode
pdf417({
- Pdf417SecurityLevel securityLevel = Pdf417SecurityLevel.level2,
- double moduleHeight = 2.0,
- double preferredRatio = 3.0,
Implementation
static Barcode pdf417({
Pdf417SecurityLevel securityLevel = Pdf417SecurityLevel.level2,
double moduleHeight = 2.0,
double preferredRatio = 3.0,
}) => BarcodePDF417(securityLevel, moduleHeight, preferredRatio);