CrewAddress constructor
CrewAddress({})
Implementation
CrewAddress({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.crew,
this.status,
this.street1,
this.street2,
this.street3,
this.locality,
this.region,
this.postalCode,
this.country,
});