pages property
The total number of pages.
Contract
Throws an AssertionError if:
- controller and pages are provided.
- pages is < 0.
- pages is >= initialPage
Implementation
final int? pages;
The total number of pages.
Throws an AssertionError if:
final int? pages;