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