HFReferralSearchModel class

Inheritance
  • Object
  • DataModel
  • EntitySearchModel
  • HFReferralSearchModel
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

HFReferralSearchModel({List<String>? id, String? tenantId, String? name, List<String>? projectId, List<String>? projectFacilityId, List<String>? symptomSurveyId, List<String>? beneficiaryId, List<String>? referralCode, List<String>? nationalLevelId, List<String>? symptom, List<String>? clientReferenceId, String? boundaryCode, bool? isDeleted = false})
HFReferralSearchModel.ignoreDeleted({List<String>? id, String? tenantId, String? name, List<String>? projectId, List<String>? projectFacilityId, List<String>? symptomSurveyId, List<String>? beneficiaryId, List<String>? referralCode, List<String>? nationalLevelId, List<String>? symptom, List<String>? clientReferenceId, String? boundaryCode})

Properties

additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
beneficiaryId List<String>?
final
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith HFReferralSearchModelCopyWith<HFReferralSearchModel, HFReferralSearchModel, HFReferralSearchModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id List<String>?
final
isDeleted bool?
finalinherited
name String?
final
nationalLevelId List<String>?
final
projectFacilityId List<String>?
final
projectId List<String>?
final
referralCode List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symptom List<String>?
final
symptomSurveyId List<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