DeviceAttributes.fromJson constructor

DeviceAttributes.fromJson(
  1. Map json_
)

Implementation

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