Unique constructor

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

Implementation

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