hasNext method

bool hasNext()

Returns true if there are choices on the page.

Implementation

bool hasNext() {
  return next.isNotEmpty;
}