GoogleChromeManagementV1Device.fromJson constructor
GoogleChromeManagementV1Device.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1Device.fromJson(core.Map json_)
: this(
deviceId: json_.containsKey('deviceId')
? json_['deviceId'] as core.String
: null,
machine: json_.containsKey('machine')
? json_['machine'] as core.String
: null,
);