AttendanceRegisterModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- AttendanceRegisterModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
-
AttendanceRegisterModel({required String id, String? tenantId, String? registerNumber, String? name, String? referenceId, String? serviceCode, String? status, bool? nonRecoverableError = false, int? rowVersion, int? startDate, int? endDate, List<
IndividualModel> ? individualList, List<AttendeeModel> ? attendees, List<StaffModel> ? staff, int? completedDays = 0, List<Map< ? attendanceLog = const [], Map<DateTime, bool> >String, dynamic> ? additionalDetails, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})
Properties
-
additionalDetails
→ Map<
String, dynamic> ? -
final
-
attendanceLog
→ List<
Map< ?DateTime, bool> > -
final
-
attendees
→ List<
AttendeeModel> ? -
final
- auditDetails → AuditDetails?
-
finalinherited
- boundaryCode → String?
-
finalinherited
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- companion → AttendanceRegisterCompanion
-
no setter
- completedDays → int?
-
final
-
copyWith
→ AttendanceRegisterModelCopyWith<
AttendanceRegisterModel, AttendanceRegisterModel, AttendanceRegisterModel> -
no setterinherited
- endDate → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
-
individualList
→ List<
IndividualModel> ? -
final
- isDeleted → bool?
-
finalinherited
- name → String?
-
final
- nonRecoverableError → bool?
-
final
- referenceId → String?
-
final
- registerNumber → String?
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCode → String?
-
final
-
staff
→ List<
StaffModel> ? -
final
- startDate → int?
-
final
- status → String?
-
final
- tenantId → String?
-
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