RemoteConfigParameter constructor
RemoteConfigParameter({
- Map<
String, RemoteConfigParameterValue> ? conditionalValues, - RemoteConfigParameterValue? defaultValue,
- String? description,
- String? valueType,
Implementation
RemoteConfigParameter({
this.conditionalValues,
this.defaultValue,
this.description,
this.valueType,
});