AttendanceLogModel constructor
AttendanceLogModel({
- String? id,
- String? tenantId,
- String? registerId,
- String? individualId,
- String? type,
- int? time,
- String? status,
- String? clientReferenceId,
- bool? uploadToServer = false,
- List<
String> ? documentIds = const [], - bool? nonRecoverableError = false,
- int? rowVersion,
- Map<
String, dynamic> ? additionalDetails, - AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
AttendanceLogModel({
this.id,
this.tenantId,
this.registerId,
this.individualId,
this.type,
this.time,
this.status,
this.clientReferenceId,
this.uploadToServer = false,
this.documentIds = const [],
this.nonRecoverableError = false,
this.rowVersion,
this.additionalDetails,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();