toOneSourceField method

ToOne toOneSourceField(
  1. SourceEntityT object
)

Source field associated with this toOne relation backlink.

Implementation

ToOne toOneSourceField(SourceEntityT object) => _getToOneSourceField!(object);