Reference constructor

const Reference({
  1. String? table,
  2. String? primaryKey,
})

Implementation

const Reference({this.table, this.primaryKey});