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