ServerRemoteConfigCondition constructor

ServerRemoteConfigCondition({
  1. Condition? condition,
  2. String? name,
})

Implementation

ServerRemoteConfigCondition({
  this.condition,
  this.name,
});