Email constructor
Email({})
Implementation
Email({
this.id,
this.email,
this.emailType,
this.companyId,
this.emailDefault,
this.deleted,
this.createdBy,
this.updatedBy,
this.createdAt,
this.updatedAt,
});