OrganizationFeatureConfig constructor
const
OrganizationFeatureConfig({
- AddressInput addressInput = const AddressInput(),
- ContactInput contactInput = const ContactInput(),
- String? optionSubtitle,
- bool membershipRequired = false,
- bool creationRestricted = false,
- bool showDefaultOrgInStatus = false,
- bool canChangeDefaultOrg = false,
- List<
String> quotasToShowInStatus = const [], - String? allowedEmailDomains,
- String? allowedEmailExample,
- 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',
});