fields property

  1. @override
MappableFields<ProjectStaffSearchModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ProjectStaffSearchModel> fields = const {
  #id: _f$id,
  #staffId: _f$staffId,
  #userId: _f$userId,
  #projectId: _f$projectId,
  #tenantId: _f$tenantId,
  #startDate: _f$startDate,
  #endDate: _f$endDate,
  #boundaryCode: _f$boundaryCode,
  #auditDetails: _f$auditDetails,
  #additionalFields: _f$additionalFields,
  #startDateTime: _f$startDateTime,
  #endDateTime: _f$endDateTime,
};