ManagedContext.standalone(ManagedDataModel dataModel, PersistentStore persistentStore)

Creates an instance of ManagedContext from a ManagedDataModel and PersistentStore.

This constructor creates an instance in the same way the default constructor does, but does not set it to be the defaultContext.

Source

ManagedContext.standalone(this.dataModel, this.persistentStore);