Shift constructor
Shift({})
Implementation
Shift({
this.version, this.locationId, this.createdAt, this.id,
this.updatedAt, this.status, this.employeeId, this.timezone,
this.teamMemberId, this.startAt, this.endAt, this.breaks,
this.wage
});