NameModel constructor
NameModel({
- NameAdditionalFields? additionalFields,
- String? id,
- String? individualClientReferenceId,
- String? givenName,
- String? familyName,
- String? otherNames,
- bool? nonRecoverableError = false,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
NameModel({
this.additionalFields,
this.id,
this.individualClientReferenceId,
this.givenName,
this.familyName,
this.otherNames,
this.nonRecoverableError = false,
this.tenantId,
this.rowVersion,
super.auditDetails,super.clientAuditDetails,
super.isDeleted = false,
}): super();