historyCurEntry method

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

Implementation

@override
String historyCurEntry(int row, String column) =>
    _invokeStrIntStr('HistoryCurEntry', row, column);