Index constructor

const Index({
  1. String? name,
  2. List<String>? columns,
  3. bool unique = false,
})

Implementation

const Index({this.name, this.columns, this.unique = false});