Index constructor
const
Index({})
Creates a new Index instance.
Use this constructor when the default behavior is not desired.
Implementation
const Index({
this.index = 0,
this.name = '',
this.transparent = false,
this.alias = const [],
this.pattern = '',
this.primary = false,
this.type,
});