FetchRemoteConfigRequest constructor

FetchRemoteConfigRequest({
  1. Map<String, String>? analyticsUserProperties,
  2. String? appBuild,
  3. String? appId,
  4. String? appInstanceId,
  5. String? appInstanceIdToken,
  6. String? appVersion,
  7. String? countryCode,
  8. String? firstOpenTime,
  9. String? languageCode,
  10. String? packageName,
  11. String? platformVersion,
  12. String? sdkVersion,
  13. String? timeZone,
})

Implementation

FetchRemoteConfigRequest({
  this.analyticsUserProperties,
  this.appBuild,
  this.appId,
  this.appInstanceId,
  this.appInstanceIdToken,
  this.appVersion,
  this.countryCode,
  this.firstOpenTime,
  this.languageCode,
  this.packageName,
  this.platformVersion,
  this.sdkVersion,
  this.timeZone,
});