IotWidget constructor
IotWidget({})
Implementation
IotWidget(
{required this.id,
this.title = "",
this.icon = "",
this.minWidth = 0,
this.minHeight = 0,
this.elements = const <IotWidgetElement>[],
this.tags = "",
this.compatibleModels = const <String>[],
this.vendor = ""});