IdentifierModel constructor
IdentifierModel({
- IdentifierAdditionalFields? additionalFields,
- String? id,
- String? identifierType,
- String? identifierId,
- bool? nonRecoverableError = false,
- required String clientReferenceId,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
IdentifierModel({
this.additionalFields,
this.id,
this.identifierType,
this.identifierId,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.tenantId,
this.rowVersion,
super.auditDetails,super.clientAuditDetails,
super.isDeleted = false,
}): super();