IotWidgetElement constructor
IotWidgetElement({})
Implementation
IotWidgetElement(
{required this.id,
this.title = "",
this.icon = "",
this.settable,
this.retained,
this.numOfParameters = 0,
this.acceptedParameters = const <AcceptedParameter>[]});