HouseholdMemberSearchModel class

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

Constructors

HouseholdMemberSearchModel({String? id, List<String>? individualClientReferenceIds, List<String>? householdClientReferenceIds, List<String>? householdId, List<String>? householdClientReferenceId, List<String>? individualId, List<String>? individualClientReferenceId, bool? isHeadOfHousehold, List<String>? clientReferenceId, String? tenantId, String? boundaryCode, bool? isDeleted = false})
HouseholdMemberSearchModel.ignoreDeleted({String? id, List<String>? individualClientReferenceIds, List<String>? householdClientReferenceIds, List<String>? householdId, List<String>? householdClientReferenceId, List<String>? individualId, List<String>? individualClientReferenceId, bool? isHeadOfHousehold, List<String>? clientReferenceId, String? tenantId, String? boundaryCode})

Properties

additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith HouseholdMemberSearchModelCopyWith<HouseholdMemberSearchModel, HouseholdMemberSearchModel, HouseholdMemberSearchModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
householdClientReferenceId List<String>?
final
householdClientReferenceIds List<String>?
final
householdId List<String>?
final
id String?
final
individualClientReferenceId List<String>?
final
individualClientReferenceIds List<String>?
final
individualId List<String>?
final
isDeleted bool?
finalinherited
isHeadOfHousehold bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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