RelInfo<SourceEntityT>.toOneBacklink constructor
const
RelInfo<SourceEntityT>.toOneBacklink ()
Create info for a ToOne relation field backlink.
Implementation
const RelInfo.toOneBacklink(
int id, int objectId, ToOne Function(SourceEntityT) srcFieldAccessor)
: this._(RelType.toOneBacklink, id, objectId, srcFieldAccessor);