PrimaryKey constructor

const PrimaryKey({
  1. required List<String> columns,
  2. String? name,
})

Implementation

const PrimaryKey({required this.columns, this.name});