PortalBusinessProfile constructor

const PortalBusinessProfile({
  1. String? headline,
  2. String? privacyPolicyUrl,
  3. String? termsOfServiceUrl,
})

PortalBusinessProfile

Implementation

const PortalBusinessProfile({
  this.headline,
  this.privacyPolicyUrl,
  this.termsOfServiceUrl,
});