blocklistCount property
Implementation
ColumnOrderings<int> get blocklistCount => $composableBuilder(
column: $table.blocklistCount,
builder: (column) => ColumnOrderings(column));
ColumnOrderings<int> get blocklistCount => $composableBuilder(
column: $table.blocklistCount,
builder: (column) => ColumnOrderings(column));