get

abstract fun <M : Any> get(modelClass: KClass<M>): M

Returns the current working instance of modelClass for this dispatch.

Throws

if modelClass was not registered in the createModelStore block.