currentPage property

int currentPage

Implementation

int get currentPage {
  return initialPage + (list.length ~/ pageSize);
}