AttendeeModel constructor
AttendeeModel({
- AttendeeAdditionalFields? additionalFields,
- String? id,
- String? tenantId,
- String? registerId,
- String? individualId,
- int? enrollmentDate,
- int? denrollmentDate,
- bool? nonRecoverableError = false,
- int? rowVersion,
- String? name,
- String? identifierID,
- String? individualNumber,
- double? status = -1,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
AttendeeModel({
this.additionalFields,
this.id,
this.tenantId,
this.registerId,
this.individualId,
this.enrollmentDate,
this.denrollmentDate,
this.nonRecoverableError = false,
this.rowVersion,
this.name,
this.identifierID,
this.individualNumber,
this.status = -1,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();