columns property
The columns of the table that should be part of the index.
Columns are referenced with a Symbol of their getter name used in the
column definition. For instance, a table declaring a column as
IntColumn get nextUpdateSnapshot => ...()
could reference this column
using #nextUpdateSnapshot
.
Implementation
final Set<Symbol> columns;