currentCellRow property

int get currentCellRow

Implementation

int get currentCellRow => obj.currentCellRow;
set currentCellRow (int value)

Implementation

set currentCellRow(int value) => obj.currentCellRow = value;