Event constructor
Event({})
Implementation
Event({
required this.eventType,
required this.timestamp,
this.appPackageName,
this.appTitle,
this.appVersionCode,
this.attributes,
this.clientSdkVersion,
this.metrics,
this.sdkName,
this.session,
});