OneToMany constructor

const OneToMany(
  1. Entity<Model> entity,
  2. String foreignKey
)

Implementation

const OneToMany(Entity entity, String foreignKey);