AttendanceRegisterSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
AttendanceRegisterSearchModel.ignoreDeleted({
this.id,
this.staffId,
this.registerNumber,
this.status,
this.serviceCode,
this.referenceId,
this.offSet,
this.limit,
super.boundaryCode,
}) : super(isDeleted: false);