IndexSnapshot constructor
const
IndexSnapshot({})
Creates a snapshot of a single index.
Implementation
const IndexSnapshot({
required this.name,
required this.tableName,
required this.columns,
this.isUnique = false,
this.where,
});