GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.fromJson constructor
GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.fromJson(
- Map json_
Implementation
GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.fromJson(core.Map json_)
: this(
results: json_.containsKey('results')
? json_['results'] as core.Map<core.String, core.dynamic>
: null,
);