RemoteConfigParameterValue constructor
RemoteConfigParameterValue({
- PersonalizationValue? personalizationValue,
- bool? useInAppDefault,
- String? value,
Implementation
RemoteConfigParameterValue({
this.personalizationValue,
this.useInAppDefault,
this.value,
});