GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.fromJson constructor

GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.fromJson(
  1. Map json_
)

Implementation

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