isPaginationCompleted top-level constant
Matcher
const isPaginationCompleted
Matches a PaginationController that has reached the end of pagination (status is PaginationStatus.completed with no more pages).
expect(controller, isPaginationCompleted);
Implementation
const Matcher isPaginationCompleted = _IsPaginationCompleted();