IndexDefinition constructor

IndexDefinition(
  1. List<String> columns, {
  2. String? name,
})

Implementation

IndexDefinition(this.columns, {this.name});