Enterprise constructor

Enterprise({
  1. bool? appAutoApprovalEnabled,
  2. ContactInfo? contactInfo,
  3. List<String>? enabledNotificationTypes,
  4. String? enterpriseDisplayName,
  5. String? name,
  6. int? primaryColor,
  7. String? pubsubTopic,
  8. List<SigninDetail>? signinDetails,
  9. List<TermsAndConditions>? termsAndConditions,
})

Implementation

Enterprise({
  this.appAutoApprovalEnabled,
  this.contactInfo,
  this.enabledNotificationTypes,
  this.enterpriseDisplayName,
  this.logo,
  this.name,
  this.primaryColor,
  this.pubsubTopic,
  this.signinDetails,
  this.termsAndConditions,
});