RolloutValue constructor

RolloutValue({
  1. double? percent,
  2. String? rolloutId,
  3. String? value,
})

Implementation

RolloutValue({
  this.percent,
  this.rolloutId,
  this.value,
});