isForPage method

bool isForPage(
  1. int pageIndex
)

Returns true if this bookmark points to the specified page.

Implementation

bool isForPage(int pageIndex) => this.pageIndex == pageIndex;