ScannerResult.fromMap constructor

ScannerResult.fromMap(
  1. Map? map
)

Implementation

ScannerResult.fromMap(Map? map)
    : value = map?['value']?.toString(),
      symbology = map?['symbology'],
      subtype = map?['subtype'],
      aimID = map?['aimID'],
      decoderType = map?['decoderType'];