LeaveModel constructor
LeaveModel()
Implementation
LeaveModel(
this.name,
this.employee_name,
this.leave_type,
this.status,
this.from_date,
this.to_date,
this.leave_approver,
);
LeaveModel(
this.name,
this.employee_name,
this.leave_type,
this.status,
this.from_date,
this.to_date,
this.leave_approver,
);