hasNotPreviousPage property

bool hasNotPreviousPage

Returns true if there is not a previous page, otherwise false.

Implementation

bool get hasNotPreviousPage => !hasPreviousPage;