PrimaryKeyConstraint constructor

PrimaryKeyConstraint(
  1. List<String> columns
)

Implementation

PrimaryKeyConstraint(this.columns);