PcDeviceIntegrity.fromJson constructor
PcDeviceIntegrity.fromJson(
- Map json_
Implementation
PcDeviceIntegrity.fromJson(core.Map json_)
: this(
deviceRecognitionVerdict:
(json_['deviceRecognitionVerdict'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);