slow method

ColumnValue<bool, bool> slow(
  1. bool? value
)

Implementation

_is.ColumnValue<bool, bool> slow(bool? value) => _is.ColumnValue(
  table.slow,
  value,
);