ExperimentPayload constructor
ExperimentPayload({
- String? activateEventToLog,
- String? clearEventToLog,
- String? experimentId,
- String? experimentStartTimeMillis,
- List<
ExperimentLite> ? ongoingExperiments, - String? overflowPolicy,
- String? setEventToLog,
- String? timeToLiveMillis,
- String? timeoutEventToLog,
- String? triggerEvent,
- String? triggerTimeoutMillis,
- String? ttlExpiryEventToLog,
- 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,
});