IndexBlueprint constructor
const
IndexBlueprint({
- required String name,
- required List<
String> columns, - ColumnIndex type = ColumnIndex.indexKey,
Implementation
const IndexBlueprint({
required this.name,
required this.columns,
this.type = ColumnIndex.indexKey,
});