ReferralSearchModel constructor

ReferralSearchModel({
  1. List<String>? id,
  2. List<String>? projectBeneficiaryClientReferenceId,
  3. String? projectId,
  4. String? referrerId,
  5. String? recipientType,
  6. String? recipientId,
  7. List<String>? reasons,
  8. List<String>? clientReferenceId,
  9. String? tenantId,
  10. String? boundaryCode,
  11. bool? isDeleted = false,
})

Implementation

ReferralSearchModel({
  this.id,
  this.projectBeneficiaryClientReferenceId,
  this.projectId,
  this.referrerId,
  this.recipientType,
  this.recipientId,
  this.reasons,
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}) : super();