isLastPageSafe method

bool isLastPageSafe()

安全判断是否是最后一页

Implementation

bool isLastPageSafe() => isLastPage ?? current >= pages;