RemoteConfigDefaultValue class

default_value block (max_items=1). Per the schema's own constraint ("Only one of use_in_app_default or value may be specified"), exactly one of useInAppDefault / value should be set; setting both is a server-side error.

Use useInAppDefault=true to mark "no template-side default; fall back to whatever the client SDK was compiled with"; use value to supply a literal string (interpreted per the parent parameter's RemoteConfigParameter.valueType).

Annotations
  • @immutable

Constructors

RemoteConfigDefaultValue({bool? useInAppDefault, String? value})
const

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?
When true, the parameter is omitted from values returned to the client (the client falls back to its in-app default).
final
value String?
String value (interpreted per the parent parameter's valueType).
final

Methods

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

Operators

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