ScanResult.from constructor
ScanResult.from(
- Map map
Implementation
ScanResult.from(Map map)
: originalValue = map["originalValue"] ?? '',
scanType = ScanTypes.getByValue(map["scanType"] ?? scanTypeAll);