barcodeDemoText top-level property
Implementation
final Map<int, String> barcodeDemoText = <int, String>{
Format.aztec: 'This is an Aztec Code',
Format.codabar: 'A123456789B',
Format.code39: 'ABC-1234',
Format.code93: 'ABC-1234-/+',
Format.code128: 'ABC-abc-1234',
Format.dataBar: '0123456789012',
Format.dataBarExpanded: '011234567890123-ABCabc',
Format.dataMatrix: 'This is a Data Matrix',
Format.ean8: '9031101',
Format.ean13: '978020137962',
Format.itf: '00012345600012',
Format.maxiCode: 'This is a MaxiCode',
Format.pdf417: 'This is a PDF417',
Format.qrCode: 'This is a QR Code',
Format.upca: '72527273070',
Format.upce: '0123456',
Format.microQRCode: 'This is a Micro QR Code',
Format.rmqrCode: 'This is a Rectangular Micro QR Code',
};