getCurrentPage method

int? getCurrentPage()

Implementation

int? getCurrentPage() {
  return this._currentPage;
}