fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<ProjectSearchModel> fields = const {
#id: _f$id,
#projectTypeId: _f$projectTypeId,
#projectNumber: _f$projectNumber,
#subProjectTypeId: _f$subProjectTypeId,
#isTaskEnabled: _f$isTaskEnabled,
#parent: _f$parent,
#department: _f$department,
#referenceId: _f$referenceId,
#tenantId: _f$tenantId,
#startDate: _f$startDate,
#endDate: _f$endDate,
#boundaryCode: _f$boundaryCode,
#auditDetails: _f$auditDetails,
#additionalFields: _f$additionalFields,
#startDateTime: _f$startDateTime,
#endDateTime: _f$endDateTime,
};