ExperimentCondition constructor

ExperimentCondition({
  1. String? property,
  2. UserPropertyType? asType,
  3. String? operator,
  4. String? value,
})

Implementation

ExperimentCondition({
  this.property,
  this.asType,
  this.operator,
  this.value,
});