RelInfo<SourceEntityT>.toMany constructor

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

Create info for a ToMany relation field.

Implementation

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