QRCodeResult constructor

QRCodeResult({
  1. QRCodeResultType? type,
  2. QRCodeAddressResult? address,
  3. String? hex,
  4. String? rawData,
})

Implementation

QRCodeResult({this.type, this.address, this.hex, this.rawData});