HFReferralModel constructor
HFReferralModel({
- HFReferralAdditionalFields? additionalFields,
- String? id,
- String? tenantId,
- String? name,
- String? projectId,
- String? projectFacilityId,
- String? symptomSurveyId,
- String? beneficiaryId,
- String? referralCode,
- String? nationalLevelId,
- String? symptom,
- bool? nonRecoverableError = false,
- required String clientReferenceId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
HFReferralModel({
this.additionalFields,
this.id,
this.tenantId,
this.name,
this.projectId,
this.projectFacilityId,
this.symptomSurveyId,
this.beneficiaryId,
this.referralCode,
this.nationalLevelId,
this.symptom,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();