DeviceId.fromJson constructor

DeviceId.fromJson(
  1. Map json_
)

Implementation

DeviceId.fromJson(core.Map json_)
  : this(
      buildBrand: json_['buildBrand'] as core.String?,
      buildDevice: json_['buildDevice'] as core.String?,
    );