TableIndex constructor

const TableIndex({
  1. required List<String> columns,
  2. required String type,
  3. required String name,
})

Implementation

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