RemoteConfigParameterGroup constructor
RemoteConfigParameterGroup({
- String? description,
- Map<
String, RemoteConfigParameter> ? parameters,
Implementation
RemoteConfigParameterGroup({
this.description,
this.parameters,
});