DashboardItem class

Constructors

DashboardItem({required int position, required String analyticId, required IotWidget? iotWidget, required AnalyticWidget? analytic, List<ElementResources> elementResources = const <ElementResources>[], int width = 0, int height = 0})
DashboardItem.fromJson(Map<String, dynamic> json)

Properties

analytic AnalyticWidget?
getter/setter pair
analyticId String
final
elementResources List<ElementResources>
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
iotWidget IotWidget?
final
position int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited