ShiftRequestModel constructor
ShiftRequestModel()
Implementation
ShiftRequestModel(
this.name,
this.employeeName,
this.shiftType,
this.status,
this.approver,
this.fromDate,
this.toDate,
);
ShiftRequestModel(
this.name,
this.employeeName,
this.shiftType,
this.status,
this.approver,
this.fromDate,
this.toDate,
);