QRCodeData constructor

QRCodeData({
  1. int version = 1,
  2. String? clid,
  3. String? url,
  4. String? cldf,
  5. Map<String, dynamic>? route,
  6. Map<String, dynamic>? loc,
  7. Map<String, dynamic>? meta,
  8. Map<String, dynamic>? verification,
})

Implementation

QRCodeData({
  this.version = 1,
  this.clid,
  this.url,
  this.cldf,
  this.route,
  this.loc,
  this.meta,
  this.verification,
});