PrimaryKeyType constructor

PrimaryKeyType(
  1. Iterable<String> columns
)

Implementation

PrimaryKeyType(this.columns);