isPaginationEmpty top-level constant
Matcher
const isPaginationEmpty
Matches a PaginationController whose items list is empty.
expect(controller, isPaginationEmpty);
Implementation
const Matcher isPaginationEmpty = _IsPaginationEmpty();