isLast method

bool isLast(
  1. Type page
)

Implementation

bool isLast(Type page) {
  return !(_tutorials[page]?.hasNext ?? false);
}