RemoteConfigParameterGroup constructor

RemoteConfigParameterGroup({
  1. String? description,
  2. Map<String, RemoteConfigParameter>? parameters,
})

Implementation

RemoteConfigParameterGroup({
  this.description,
  this.parameters,
});