hasMoreData property

bool hasMoreData

是否还有更多数据

Implementation

bool get hasMoreData {
  return !_noMoreData;
}