OneToOne constructor

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

Implementation

const OneToOne(Entity entity, String foreignKey);