AttendanceRegisterModelCopyWith<$R, $In extends AttendanceRegisterModel, $Out> class abstract

Available extensions

Properties

additionalDetails → MapCopyWith<$R, String, dynamic, ObjectCopyWith<$R, dynamic, dynamic>>?
no setter
attendanceLog → ListCopyWith<$R, Map<DateTime, bool>, ObjectCopyWith<$R, Map<DateTime, bool>, Map<DateTime, bool>>>?
no setter
attendees → ListCopyWith<$R, AttendeeModel, AttendeeModelCopyWith<$R, AttendeeModel, AttendeeModel>>?
no setter
auditDetails → AuditDetailsCopyWith<$R, AuditDetails, AuditDetails>?
no setteroverride
clientAuditDetails → ClientAuditDetailsCopyWith<$R, ClientAuditDetails, ClientAuditDetails>?
no setter
hashCode int
The hash code for this object.
no setterinherited
individualList → ListCopyWith<$R, IndividualModel, IndividualModelCopyWith<$R, IndividualModel, IndividualModel>>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staff → ListCopyWith<$R, StaffModel, StaffModelCopyWith<$R, StaffModel, StaffModel>>?
no setter

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) AttendanceRegisterModelCopyWith<$R2, $In, $Out2>
override
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({String? id, String? tenantId, String? registerNumber, String? name, String? referenceId, String? serviceCode, String? status, bool? nonRecoverableError, int? rowVersion, int? startDate, int? endDate, List<IndividualModel>? individualList, List<AttendeeModel>? attendees, List<StaffModel>? staff, int? completedDays, List<Map<DateTime, bool>>? attendanceLog, Map<String, dynamic>? additionalDetails, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted}) → $R
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited