conditions property

List<RemoteConfigCondition>? conditions
getter/setter pair

A list of conditions in descending order by priority.

The values of the google.firebase.remoteconfig.v1.RemoteConfigCondition.name entries must be unique.

Implementation

core.List<RemoteConfigCondition>? conditions;