ForeignKeyColumnConstraint constructor

ForeignKeyColumnConstraint(
  1. String? name,
  2. ForeignKeyClause clause
)

Implementation

ForeignKeyColumnConstraint(super.name, this.clause);