Branding constructor
const
Branding({})
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,
});