FetchRemoteConfigResponse constructor

FetchRemoteConfigResponse({
  1. String? appName,
  2. Map<String, String>? entries,
  3. List<ExperimentDescription>? experimentDescriptions,
  4. Map<String, PersonalizationMetadata>? personalizationMetadata,
  5. String? state,
  6. String? templateVersion,
})

Implementation

FetchRemoteConfigResponse({
  this.appName,
  this.entries,
  this.experimentDescriptions,
  this.personalizationMetadata,
  this.state,
  this.templateVersion,
});