historyIsActive method

  1. @override
bool historyIsActive(
  1. int row,
  2. String column
)
override

Implementation

@override
bool historyIsActive(int row, String column) =>
    _invokeIntIntStr('HistoryIsActive', row, column) != 0;