Returns true if an entity with the given id exists in the database.
true
id
@override Future<bool> existsById(String id) { return Future.value(_data.containsKey(id)); }