MmTeam constructor
MmTeam({})
Returns a new MmTeam instance.
Implementation
MmTeam({
this.id,
this.createAt,
this.updateAt,
this.deleteAt,
this.displayName,
this.name,
this.description,
this.email,
this.type,
this.allowedDomains,
this.inviteId,
this.allowOpenInvite,
this.policyId,
});