StaffModel constructor
StaffModel({})
Implementation
StaffModel({
this.additionalFields,
this.id,
this.tenantId,
this.registerId,
this.userId,
this.enrollmentDate,
this.denrollmentDate,
this.nonRecoverableError = false,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();