ReferralModel constructor
ReferralModel({
- ReferralAdditionalFields? additionalFields,
- String? id,
- String? projectId,
- String? projectBeneficiaryClientReferenceId,
- String? referrerId,
- String? recipientType,
- String? recipientId,
- List<
String> ? reasons, - bool? nonRecoverableError = false,
- required String clientReferenceId,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
ReferralModel({
this.additionalFields,
this.id,
this.projectId,
this.projectBeneficiaryClientReferenceId,
this.referrerId,
this.recipientType,
this.recipientId,
this.reasons,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.tenantId,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();