ExperimentVariations constructor

ExperimentVariations({
  1. String? name,
  2. String? status,
  3. String? url,
  4. double? weight,
  5. bool? won,
})

Implementation

ExperimentVariations({
  this.name,
  this.status,
  this.url,
  this.weight,
  this.won,
});