ServerRemoteConfig class
A ServerRemoteConfig represents the raw data-plane version of a control plane Remote Config template.
This raw template will be evaluated by the Admin SDK (RC Server SDK) to form the config.
Constructors
-
ServerRemoteConfig({List<
ServerRemoteConfigCondition> ? conditions, Map<String, ServerRemoteConfigParameter> ? parameters, Version? version}) - ServerRemoteConfig.fromJson(Map json_)
Properties
-
conditions
↔ List<
ServerRemoteConfigCondition> ? -
A list of conditions in descending order by priority.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ Map<
String, ServerRemoteConfigParameter> ? -
Map of parameter keys to their optional default values and optional
conditional values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ Version?
-
Contains all metadata about a particular version of the server Remote
Config template.
getter/setter pair
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