AttendanceLogSearchModel class

Inheritance
  • Object
  • DataModel
  • EntitySearchModel
  • AttendanceLogSearchModel
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

AttendanceLogSearchModel({String? id, String? registerId, String? individualId, String? status, String? type, String? tenantId, int? time, int? entryTime, int? exitTime, List<String>? clientReferenceId, bool? uploadToServer, AdditionalFields? additionalFields, AuditDetails? auditDetails})
AttendanceLogSearchModel.ignoreDeleted({String? id, String? registerId, String? individualId, String? status, String? type, String? tenantId, int? time, int? entryTime, int? exitTime, List<String>? clientReferenceId, bool? uploadToServer, String? boundaryCode})

Properties

additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith AttendanceLogSearchModelCopyWith<AttendanceLogSearchModel, AttendanceLogSearchModel, AttendanceLogSearchModel>
no setterinherited
entryTime int?
final
exitTime int?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
individualId String?
final
isDeleted bool?
finalinherited
registerId String?
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