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