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