protected open fun addModels(vararg modelsToAdd: EpoxyModel<*>!): Unitprotected open fun addModels(modelsToAdd: MutableCollection<out EpoxyModel<*>!>!): Unit
Adds the models to the end of the #models list and notifies that the items were inserted.