ExperimentCondition constructor
ExperimentCondition({
- String? property,
- UserPropertyType? asType,
- String? operator,
- String? value,
Implementation
ExperimentCondition({
this.property,
this.asType,
this.operator,
this.value,
});