MainConfiguration constructor

MainConfiguration({
  1. int? generatedOn,
  2. String? id,
  3. String? name,
  4. String? description,
  5. String? tenantId,
  6. String? platform,
  7. String? status,
  8. int? version,
  9. String? logoBase64,
  10. String? token,
  11. String? sdkVersion,
  12. List<Purpose>? purposes,
  13. List<AppPermission>? permissions,
  14. ConsentBannerConfigs? bannerConfig,
  15. Map<String, Map<String, String>?>? translations,
  16. bool? isGADEnabled,
  17. GADConfig? gadConfig,
  18. SettingsPrompt? settingPrompt,
  19. bool? reConsentEnabled,
  20. bool? isSettingsPromptEnabled,
})

Implementation

MainConfiguration({
  this.generatedOn,
  this.id,
  this.name,
  this.description,
  this.tenantId,
  this.platform,
  this.status,
  this.version,
  this.logoBase64,
  this.token,
  this.sdkVersion,
  this.purposes,
  this.permissions,
  this.bannerConfig,
  this.translations,
  this.isGADEnabled,
  this.gadConfig,
  this.settingPrompt,
  this.reConsentEnabled,
  this.isSettingsPromptEnabled,
});