Company constructor
Company({})
Implementation
Company({
this.adminEmails,
this.companyId,
this.companyName,
this.googleWorkspaceAccount,
this.languageCode,
this.name,
this.ownerEmails,
this.skipWelcomeEmail,
this.termsStatus,
});