exists method

Future<bool> exists()

Checks whether any rows exist

Implementation

Future<bool> exists() {
  return $state.exists();
}