isEmpty property

bool get isEmpty

Whether the page count is zero.

Implementation

bool get isEmpty => pageCount == 0;