DirectoryChromeosdevicesIssueCommandResponse.fromJson constructor

DirectoryChromeosdevicesIssueCommandResponse.fromJson(
  1. Map json_
)

Implementation

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