ExportedScanResult.fromRawJson constructor
ExportedScanResult.fromRawJson(
- String str
Implementation
factory ExportedScanResult.fromRawJson(String str) =>
ExportedScanResult.fromJson(json.decode(str));