ScanResult constructor

ScanResult({
  1. int? resultCode,
  2. String? qrContent,
})

Implementation

ScanResult({this.resultCode, this.qrContent});