RemoteConfigCondition constructor

RemoteConfigCondition({
  1. String? expression,
  2. String? name,
  3. String? tagColor,
})

Implementation

RemoteConfigCondition({
  this.expression,
  this.name,
  this.tagColor,
});