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