QrCode constructor
QrCode({
- int contentCacheLimit = 10,
Initializes a new QR code.
contentCacheLimit
is the number of times the content is kept as valid
when decoding fails.
Implementation
QrCode({this.contentCacheLimit = 10});