qrResult property
String
get
qrResult
The QR Code result
Implementation
String get qrResult => _map["qrResult"] as String;
set
qrResult
(String value)
The QR Code result
Implementation
set qrResult(String value) => _map["qrResult"] = value;