Index constructor

Index(
  1. String table,
  2. String? name,
  3. List<String> columns
)

Implementation

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