fields property

  1. @override
MappableFields<ProjectModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ProjectModel> fields = const {
  #additionalFields: _f$additionalFields,
  #id: _f$id,
  #projectTypeId: _f$projectTypeId,
  #projectNumber: _f$projectNumber,
  #subProjectTypeId: _f$subProjectTypeId,
  #isTaskEnabled: _f$isTaskEnabled,
  #parent: _f$parent,
  #name: _f$name,
  #department: _f$department,
  #description: _f$description,
  #referenceId: _f$referenceId,
  #projectHierarchy: _f$projectHierarchy,
  #nonRecoverableError: _f$nonRecoverableError,
  #tenantId: _f$tenantId,
  #rowVersion: _f$rowVersion,
  #address: _f$address,
  #targets: _f$targets,
  #documents: _f$documents,
  #additionalDetails: _f$additionalDetails,
  #startDate: _f$startDate,
  #endDate: _f$endDate,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
  #isDeleted: _f$isDeleted,
  #startDateTime: _f$startDateTime,
  #endDateTime: _f$endDateTime,
};