AdaptedExperiment<T> constructor
AdaptedExperiment<T> ()
Creates a new AdaptedExperiment.
Implementation
AdaptedExperiment(
this._adapter,
this.id,
this.enabled,
this.defaultVariant,
this.weightedVariants,
this.sampleSize,
);