OrganizationFeatureConfig constructor

const OrganizationFeatureConfig({
  1. AddressInput addressInput = const AddressInput(),
  2. ContactInput contactInput = const ContactInput(),
  3. String? optionSubtitle,
  4. bool membershipRequired = false,
  5. bool creationRestricted = false,
  6. bool showDefaultOrgInStatus = false,
  7. bool canChangeDefaultOrg = false,
  8. List<String> quotasToShowInStatus = const [],
  9. String? allowedEmailDomains,
  10. String? allowedEmailExample,
  11. String defaultCountryCode = 'US',
})

Implementation

const OrganizationFeatureConfig({
  this.addressInput = const AddressInput(),
  this.contactInput = const ContactInput(),
  this.optionSubtitle,
  this.membershipRequired = false,
  this.creationRestricted = false,
  this.showDefaultOrgInStatus = false,
  this.canChangeDefaultOrg = false,
  this.quotasToShowInStatus = const [],
  this.allowedEmailDomains,
  this.allowedEmailExample,
  this.defaultCountryCode = 'US',
});