isFirstPage property

bool get isFirstPage

Returns true if this is the first page.

Implementation

bool get isFirstPage => currentPage == 0;