isBlank property

bool get isBlank

Returns true if the page appears to be blank

Implementation

bool get isBlank => !hasVisibleContent || totalElements == 0;