AttendanceLogSearchModel constructor
AttendanceLogSearchModel({})
Implementation
AttendanceLogSearchModel({
this.id,
this.registerId,
this.individualId,
this.status,
this.type,
this.tenantId,
this.time,
this.entryTime,
this.exitTime,
this.clientReferenceId,
this.uploadToServer,
super.additionalFields,
super.auditDetails,
}) : super(isDeleted: false);