IndividualModel constructor
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,
Implementation
IndividualModel({
this.additionalFields,
this.id,
this.individualId,
this.userId,
this.userUuid,
this.dateOfBirth,
this.mobileNumber,
this.altContactNumber,
this.email,
this.fatherName,
this.husbandName,
this.photo,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.tenantId,
this.rowVersion,
this.name,
this.bloodGroup,
this.address,
this.gender,
this.identifiers,
super.auditDetails,super.clientAuditDetails,
super.isDeleted = false,
}): super();