RemoteConfigParameterValue constructor

RemoteConfigParameterValue({
  1. PersonalizationValue? personalizationValue,
  2. bool? useInAppDefault,
  3. String? value,
})

Implementation

RemoteConfigParameterValue({
  this.personalizationValue,
  this.useInAppDefault,
  this.value,
});