SchemaIndex constructor
const
SchemaIndex({})
Implementation
const SchemaIndex({
required this.name,
required this.columns,
this.schema,
this.tableName,
this.unique = false,
this.primary = false,
this.method,
this.whereClause,
this.type,
this.sparse = false,
});