IndexDefinition constructor
const
IndexDefinition({})
Implementation
const IndexDefinition({
required this.name,
required this.type,
required this.columns,
this.raw = false,
this.driverOptions = const {},
});