Unique constructor

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

Implementation

const Unique({this.columns, this.name});