FetchRemoteConfigResponse class
- The Firebase Remote Config configuration data for an app instance.
Constructors
-
FetchRemoteConfigResponse({String? appName, Map<
String, String> ? entries, List<ExperimentDescription> ? experimentDescriptions, Map<String, PersonalizationMetadata> ? personalizationMetadata, String? state, String? templateVersion}) - FetchRemoteConfigResponse.fromJson(Map _json)
Properties
- appName ↔ String?
-
For Android apps, app_name is the package name of the app.
getter/setter pair
-
entries
↔ Map<
String, String> ? -
The Key-Value pairs of the config.
getter/setter pair
-
experimentDescriptions
↔ List<
ExperimentDescription> ? -
Firebase A/B Testing experiment configuration and metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
personalizationMetadata
↔ Map<
String, PersonalizationMetadata> ? -
A map of Remote Config parameter key to Firebase Personalization related
metadata that should be delivered to the particular device making the
fetch call.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the fetched response.
Possible string values are:
getter/setter pair
- templateVersion ↔ String?
-
Used to record the current template in the response.
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