conditions property

List<ServerRemoteConfigCondition>? conditions
getter/setter pair

A list of conditions in descending order by priority.

Implementation

core.List<ServerRemoteConfigCondition>? conditions;