FetchRemoteConfigResponse constructor
FetchRemoteConfigResponse({
- String? appName,
- Map<
String, String> ? entries, - List<
ExperimentDescription> ? experimentDescriptions, - Map<
String, PersonalizationMetadata> ? personalizationMetadata, - List<
RolloutMetadata> ? rolloutMetadata, - String? state,
- String? templateVersion,
Implementation
FetchRemoteConfigResponse({
this.appName,
this.entries,
this.experimentDescriptions,
this.personalizationMetadata,
this.rolloutMetadata,
this.state,
this.templateVersion,
});