isNotEmpty property

bool get isNotEmpty

Whether the page count is not zero.

Implementation

bool get isNotEmpty => !isEmpty;