getModelById

open fun getModelById(id: Long): EpoxyModel<out Any>

Searches the current model list for the model with the given id. Returns the matching model ifone is found, otherwise null is returned.