Branding constructor

const Branding({
  1. String? name,
  2. String? jurisdiction,
  3. String? url,
  4. String? urlDataProcessingConsent,
  5. String? urlTerms,
  6. String? urlPrivacy,
  7. String? textDataProcessingConsent,
  8. String? urlIcon,
  9. String? brandColor,
  10. String? accentColor,
  11. String? webSdkReturnUrl,
})

Implementation

const Branding({
  this.name,
  this.jurisdiction,
  this.url,
  this.urlDataProcessingConsent,
  this.urlTerms,
  this.urlPrivacy,
  this.textDataProcessingConsent,
  this.urlIcon,
  this.urlLogo,
  this.brandColor,
  this.accentColor,
  this.webSdkReturnUrl,
});