ReportStateAndNotificationResponse constructor

ReportStateAndNotificationResponse({
  1. Map<String, Result>? deviceResults,
  2. String? requestId,
})

Implementation

ReportStateAndNotificationResponse({this.deviceResults, this.requestId});