isNotEmpty property

bool get isNotEmpty

Have pagination results

Implementation

bool get isNotEmpty {
  return !isEmpty;
}