read property

ColumnOrderings<bool> get read

Implementation

ColumnOrderings<bool> get read => $composableBuilder(
  column: $table.read,
  builder: (column) => ColumnOrderings(column),
);