Event constructor
const
Event({})
Implementation
const Event({
required this.id,
required this.name,
required this.timestamp,
this.screenName,
this.properties = const {},
this.userId,
this.sessionId,
});