ClientAnalyticsEvent constructor
ClientAnalyticsEvent({})
Implementation
ClientAnalyticsEvent({
this.type,
this.timestamp,
this.flagKey,
this.flagId,
this.value,
this.userId,
this.duration,
this.source,
this.context,
this.error,
this.errorCode,
this.sdkVersion,
this.platformType,
this.environment,
});