Condition class

---------- General Condition Wrapper A general boolean expression that is used to evaluate conditions for server-side Remote Config templates.

Constructors

Condition({AndCondition? andCondition, OrCondition? orCondition, PercentCondition? percent})
Condition.fromJson(Map json_)

Properties

andCondition AndCondition?
Boolean operators Apply logical "and" condition to the subset of conditions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orCondition OrCondition?
Apply logical "or" condition to the subset of conditions.
getter/setter pair
percent PercentCondition?
Builtin conditions (aka 'atoms') Target a percentage of the population (users, app instances).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited