conditionalValues property
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;