CrewNote constructor
CrewNote({})
Implementation
CrewNote({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.crew,
this.dateEntered,
this.subject,
this.body,
this.status,
this.user,
});
CrewNote({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.crew,
this.dateEntered,
this.subject,
this.body,
this.status,
this.user,
});