repositoryMap property

HashMap<Id, Model> repositoryMap
final

Repository map that stores the models of the repository

All models that have been brought are stored in this map. Also this repository is used to get the models without call the database and keep them in sync across all the app

Implementation

final HashMap<Id, Model> repositoryMap = HashMap();