ServerRemoteConfigParameterValue class

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

Currently, there is no support for managed values like ABT or P13n.

Properties

hashCode int
The hash code for this object.
no setterinherited
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 the server.
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