ConfigurationBusinessProfile constructor

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

business_profile_create_param

The business information shown to customers in the portal.

Implementation

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