variants property
List<T>
get
variants
All of the variants of this experiment.
Implementation
List<T> get variants => weightedVariants!.keys.toList();
All of the variants of this experiment.
List<T> get variants => weightedVariants!.keys.toList();