ClientAnalyticsEvent constructor

ClientAnalyticsEvent({
  1. ClientEventType? type,
  2. int? timestamp,
  3. String? flagKey,
  4. String? flagId,
  5. dynamic value,
  6. String? userId,
  7. int? duration,
  8. ClientEventSource? source,
  9. dynamic context,
  10. String? error,
  11. String? errorCode,
  12. String? sdkVersion,
  13. String? platformType,
  14. String? environment,
})

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,
});