ScanResult.from constructor

ScanResult.from(
  1. Map map
)

Implementation

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