TargetModel constructor
TargetModel({
- TargetAdditionalFields? additionalFields,
- required String id,
- String? clientReferenceId,
- double? totalNo,
- double? targetNo,
- bool? nonRecoverableError = false,
- String? tenantId,
- int? rowVersion,
- String? beneficiaryType,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
TargetModel({
this.additionalFields,
required this.id,
this.clientReferenceId,
this.totalNo,
this.targetNo,
this.nonRecoverableError = false,
this.tenantId,
this.rowVersion,
this.beneficiaryType,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();