ExperimentPayload constructor

ExperimentPayload({
  1. String? activateEventToLog,
  2. String? clearEventToLog,
  3. String? experimentId,
  4. String? experimentStartTimeMillis,
  5. List<ExperimentLite>? ongoingExperiments,
  6. String? overflowPolicy,
  7. String? setEventToLog,
  8. String? timeToLiveMillis,
  9. String? timeoutEventToLog,
  10. String? triggerEvent,
  11. String? triggerTimeoutMillis,
  12. String? ttlExpiryEventToLog,
  13. String? variantId,
})

Implementation

ExperimentPayload({
  this.activateEventToLog,
  this.clearEventToLog,
  this.experimentId,
  this.experimentStartTimeMillis,
  this.ongoingExperiments,
  this.overflowPolicy,
  this.setEventToLog,
  this.timeToLiveMillis,
  this.timeoutEventToLog,
  this.triggerEvent,
  this.triggerTimeoutMillis,
  this.ttlExpiryEventToLog,
  this.variantId,
});