Index constructor

Index(
  1. String name,
  2. String tableName,
  3. bool unique,
  4. List<String> columnNames,
)

Implementation

Index(this.name, this.tableName, this.unique, this.columnNames);