isNotEmpty property

bool isNotEmpty

Have pagination results

Implementation

bool get isNotEmpty {
  return count != 0;
}