RelInfo<SourceEntityT>.toManyBacklink constructor
Create info for a ToMany relation field backlink.
Implementation
const RelInfo.toManyBacklink(int id, int objectId)
: this._(RelType.toManyBacklink, id, objectId, null);