fields property

  1. @override
MappableFields<ProjectStaffModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ProjectStaffModel> fields = const {
  #additionalFields: _f$additionalFields,
  #id: _f$id,
  #staffId: _f$staffId,
  #userId: _f$userId,
  #projectId: _f$projectId,
  #channel: _f$channel,
  #nonRecoverableError: _f$nonRecoverableError,
  #tenantId: _f$tenantId,
  #rowVersion: _f$rowVersion,
  #startDate: _f$startDate,
  #endDate: _f$endDate,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
  #isDeleted: _f$isDeleted,
  #startDateTime: _f$startDateTime,
  #endDateTime: _f$endDateTime,
};