AttendanceLogSearchModel.ignoreDeleted constructor
AttendanceLogSearchModel.ignoreDeleted(
{ - String? id,
- String? registerId,
- String? individualId,
- String? status,
- String? type,
- String? tenantId,
- int? time,
- int? entryTime,
- int? exitTime,
- List<String>? clientReferenceId,
- bool? uploadToServer,
- String? boundaryCode,
})
Implementation
@MappableConstructor()
AttendanceLogSearchModel.ignoreDeleted({
this.id,
this.registerId,
this.individualId,
this.status,
this.type,
this.tenantId,
this.time,
this.entryTime,
this.exitTime,
this.clientReferenceId,
this.uploadToServer,
super.boundaryCode,
}) : super(isDeleted: false);