RemoteConfigParameterValue class

A RemoteConfigParameterValue resource contains the value that a parameter may have.

Constructors

RemoteConfigParameterValue({PersonalizationValue? personalizationValue, bool? useInAppDefault, String? value})
RemoteConfigParameterValue.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
personalizationValue PersonalizationValue?
A dynamic, user-specific value computed when config is fetched.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useInAppDefault bool?
If true, the parameter is omitted from the parameter values returned to a client.
getter/setter pair
value String?
The string value that the parameter is set to.
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