get

abstract fun <T : Any> get(id: ModelID<T>): Model<T>

Get a model.

Throws

if the model is not found or the actor is not allowed to read it.