AttendanceLogModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- AttendanceLogModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
-
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})
Properties
-
additionalDetails
→ Map<
String, dynamic> ? -
final
- auditDetails → AuditDetails?
-
finalinherited
- boundaryCode → String?
-
finalinherited
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- clientReferenceId → String?
-
final
- companion → AttendanceCompanion
-
no setter
-
copyWith
→ AttendanceLogModelCopyWith<
AttendanceLogModel, AttendanceLogModel, AttendanceLogModel> -
no setterinherited
-
documentIds
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- individualId → String?
-
final
- isDeleted → bool?
-
finalinherited
- nonRecoverableError → bool?
-
final
- registerId → String?
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- tenantId → String?
-
final
- time → int?
-
final
- type → String?
-
final
- uploadToServer → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- schemaName → const String