DeviceAttributes.fromJson constructor
DeviceAttributes.fromJson(
- Map json_
Implementation
DeviceAttributes.fromJson(core.Map json_)
: this(
sdkVersion: json_['sdkVersion'] as core.int?,
);