Foreign constructor

const Foreign(
  1. String table,
  2. String col
)

Implementation

const Foreign(this.table, this.col);