RelInfo<SourceEntityT>.toManyBacklink constructor

const RelInfo<SourceEntityT>.toManyBacklink(
  1. int id,
  2. int objectId
)

Create info for a ToMany relation field backlink.

Implementation

const RelInfo.toManyBacklink(int id, int objectId)
    : this._(RelType.toManyBacklink, id, objectId, null);