WidgetModel
The WidgetModel
class represents a widget entity, capturing various attributes and metadata associated with the widget. Below are the details of the WidgetModel
model:
Properties
Variable | Type | Description | Optional |
---|---|---|---|
id | String | The unique identifier of the widget. | |
lmMeta | Map<String, dynamic > | Additional metadata specific to the widget. | ✔ |
createdAt | int | The timestamp when the widget was created. | |
metadata | Map<String, dynamic > | Metadata associated with the widget. | |
parentEntityId | String | The unique identifier of the parent entity to which the widget belongs. | |
parentEntityType | String | The type or entity name of the parent entity. | |
updatedAt | int | The timestamp of the last update to the widget. |