CrewContact constructor
CrewContact({})
Implementation
CrewContact({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.type,
this.firstName,
this.lastName,
this.email,
this.phone,
this.extension,
this.companyName,
this.jobTitle,
});