Skip to main content

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

VariableTypeDescriptionOptional
idStringThe unique identifier of the widget.
lmMetaMap<String, dynamic>Additional metadata specific to the widget.
createdAtintThe timestamp when the widget was created.
metadataMap<String, dynamic>Metadata associated with the widget.
parentEntityIdStringThe unique identifier of the parent entity to which the widget belongs.
parentEntityTypeStringThe type or entity name of the parent entity.
updatedAtintThe timestamp of the last update to the widget.