fields property

  1. @override
MappableFields<AttendanceLogSearchModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<AttendanceLogSearchModel> fields = const {
  #id: _f$id,
  #registerId: _f$registerId,
  #individualId: _f$individualId,
  #status: _f$status,
  #type: _f$type,
  #tenantId: _f$tenantId,
  #time: _f$time,
  #entryTime: _f$entryTime,
  #exitTime: _f$exitTime,
  #clientReferenceId: _f$clientReferenceId,
  #uploadToServer: _f$uploadToServer,
  #boundaryCode: _f$boundaryCode,
  #auditDetails: _f$auditDetails,
  #additionalFields: _f$additionalFields,
};