BasePageData constructor
BasePageData({})
Creates a new instance of BasePageData.
Implementation
BasePageData({
super.messageId,
super.timestamp,
this.context,
this.name,
this.properties,
});
Creates a new instance of BasePageData.
BasePageData({
super.messageId,
super.timestamp,
this.context,
this.name,
this.properties,
});