JoinColumn constructor

const JoinColumn(
  1. String name, {
  2. bool nullable = true,
})

Implementation

const JoinColumn(this.name, {this.nullable = true});