slow method

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

Implementation

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