conditionalValues property

Map<String, RemoteConfigParameterValue>? conditionalValues
getter/setter pair

Optional - a (condition name, value) map.

The condition_name of the highest priority (the one listed first in the RemoteConfig's conditions list) determines the value of this parameter.

Implementation

core.Map<core.String, RemoteConfigParameterValue>? conditionalValues;