Index constructor

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

Implementation

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