Index constructor
const
Index(
- String name,
- List<
IndexedColumn> columns
Construct a new index with the specified columns.
Implementation
const Index(this.name, this.columns);