ReportStateAndNotificationDevice constructor

ReportStateAndNotificationDevice({
  1. Map<String, Object?>? notifications,
  2. Map<String, Object?>? states,
})

Implementation

ReportStateAndNotificationDevice({
  this.notifications,
  this.states,
});