exists method

Future<bool> exists({
  1. bool cache = true,
})

Implementation

Future<bool> exists({bool cache = true}) async => await find(cache: cache) != null;