hasPaginator property

bool get hasPaginator

Implementation

bool get hasPaginator {
  return currentPageIndex != null &&
      pageCount != null &&
      onPageSelected != null;
}