Index constructor

const Index(
  1. String name,
  2. List<IndexedColumn> columns
)

Construct a new index with the specified columns.

Implementation

const Index(this.name, this.columns);