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