IndividualModel class

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

Constructors

IndividualModel({IndividualAdditionalFields? additionalFields, String? id, String? individualId, String? userId, String? userUuid, String? dateOfBirth, String? mobileNumber, String? altContactNumber, String? email, String? fatherName, String? husbandName, String? photo, bool? nonRecoverableError = false, required String clientReferenceId, String? tenantId, int? rowVersion, NameModel? name, BloodGroup? bloodGroup, List<AddressModel>? address, Gender? gender, List<IdentifierModel>? identifiers, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

additionalFields IndividualAdditionalFields?
final
address List<AddressModel>?
final
altContactNumber String?
final
auditDetails AuditDetails?
finalinherited
bloodGroup BloodGroup?
final
boundaryCode String?
finalinherited
clientAuditDetails ClientAuditDetails?
finalinherited
clientReferenceId String
final
companion IndividualCompanion
no setter
copyWith IndividualModelCopyWith<IndividualModel, IndividualModel, IndividualModel>
no setterinherited
dateOfBirth String?
final
email String?
final
fatherName String?
final
gender Gender?
final
hashCode int
The hash code for this object.
no setterinherited
husbandName String?
final
id String?
final
identifiers List<IdentifierModel>?
final
individualId String?
final
isDeleted bool?
finalinherited
mobileNumber String?
final
name NameModel?
final
nonRecoverableError bool?
final
photo String?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
final
userId String?
final
userUuid 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