Returns the entry with the specified id.
id
@override Future<Model> get(String id) async { return _models.firstWhere((element) => element.id == id); }