historyList method

  1. @override
ISapObject? historyList(
  1. int row,
  2. String column
)
override

Implementation

@override
ISapObject? historyList(int row, String column) =>
    _invokeObjIntStr('HistoryList', row, column);