IotEventsAction constructor

IotEventsAction({
  1. required String inputName,
  2. Payload? payload,
})

Implementation

IotEventsAction({
  required this.inputName,
  this.payload,
});