ShiftAttendanceModel constructor
ShiftAttendanceModel(
- String name,
- String employee,
- String employeeName,
- String shift,
- String attendanceDate,
- String status,
- String shiftStart,
- String shiftEnd,
- String inTime,
- String outTime,
- double workingHours,
- double lateEntryHrs,
- double earlyExitHrs,
- String department,
- String company,
- String shiftActualStart,
- String shiftActualEnd,
Implementation
ShiftAttendanceModel(
this.name,
this.employee,
this.employeeName,
this.shift,
this.attendanceDate,
this.status,
this.shiftStart,
this.shiftEnd,
this.inTime,
this.outTime,
this.workingHours,
this.lateEntryHrs,
this.earlyExitHrs,
this.department,
this.company,
this.shiftActualStart,
this.shiftActualEnd,
);