ReferralSearchModel.ignoreDeleted constructor
ReferralSearchModel.ignoreDeleted(
{ - List<String>? id,
- List<String>? projectBeneficiaryClientReferenceId,
- String? projectId,
- String? referrerId,
- String? recipientType,
- String? recipientId,
- List<String>? reasons,
- List<String>? clientReferenceId,
- String? tenantId,
- String? boundaryCode,
})
Implementation
@MappableConstructor()
ReferralSearchModel.ignoreDeleted({
this.id,
this.projectBeneficiaryClientReferenceId,
this.projectId,
this.referrerId,
this.recipientType,
this.recipientId,
this.reasons,
this.clientReferenceId,
this.tenantId,
super.boundaryCode,
}) : super(isDeleted: false);