HFReferralModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- HFReferralModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
- 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})
Properties
- additionalFields → HFReferralAdditionalFields?
-
final
- auditDetails → AuditDetails?
-
finalinherited
- beneficiaryId → String?
-
final
- boundaryCode → String?
-
finalinherited
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- clientReferenceId → String
-
final
- companion → HFReferralCompanion
-
no setter
-
copyWith
→ HFReferralModelCopyWith<
HFReferralModel, HFReferralModel, HFReferralModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isDeleted → bool?
-
finalinherited
- name → String?
-
final
- nationalLevelId → String?
-
final
- nonRecoverableError → bool?
-
final
- projectFacilityId → String?
-
final
- projectId → String?
-
final
- referralCode → String?
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symptom → String?
-
final
- symptomSurveyId → String?
-
final
- tenantId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- schemaName → const String