lastRow property

PlutoRow? lastRow
final

If lastRow is null , it points to the beginning of the data. If not null, the next data is loaded with reference to this value.

Implementation

final PlutoRow? lastRow;