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