AttendanceRegisterSearchModel constructor

AttendanceRegisterSearchModel({
  1. String? id,
  2. String? staffId,
  3. String? registerNumber,
  4. String? status,
  5. String? serviceCode,
  6. String? referenceId,
  7. int? offSet,
  8. int? limit,
  9. String? boundaryCode,
  10. bool? isDeleted = false,
})

Implementation

AttendanceRegisterSearchModel({
  this.id,
  this.staffId,
  this.registerNumber,
  this.status,
  this.serviceCode,
  this.referenceId,
  this.offSet,
  this.limit,
  super.boundaryCode,
  super.isDeleted,
}) : super();