isNotEmpty property

bool get isNotEmpty

Have pagination results

Implementation

bool get isNotEmpty {
  return count != 0;
}