isEmpty property

bool get isEmpty

No pagination results

Implementation

bool get isEmpty {
  return count == 0;
}