fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<TaskModel> fields = const {
#additionalFields: _f$additionalFields,
#id: _f$id,
#projectId: _f$projectId,
#projectBeneficiaryId: _f$projectBeneficiaryId,
#projectBeneficiaryClientReferenceId:
_f$projectBeneficiaryClientReferenceId,
#createdBy: _f$createdBy,
#status: _f$status,
#nonRecoverableError: _f$nonRecoverableError,
#clientReferenceId: _f$clientReferenceId,
#tenantId: _f$tenantId,
#rowVersion: _f$rowVersion,
#resources: _f$resources,
#address: _f$address,
#plannedStartDate: _f$plannedStartDate,
#plannedEndDate: _f$plannedEndDate,
#actualStartDate: _f$actualStartDate,
#actualEndDate: _f$actualEndDate,
#createdDate: _f$createdDate,
#auditDetails: _f$auditDetails,
#clientAuditDetails: _f$clientAuditDetails,
#isDeleted: _f$isDeleted,
#plannedStartDateTime: _f$plannedStartDateTime,
#plannedEndDateTime: _f$plannedEndDateTime,
#actualStartDateTime: _f$actualStartDateTime,
#actualEndDateTime: _f$actualEndDateTime,
#createdDateTime: _f$createdDateTime,
};