open fun setModels(models: List<EpoxyModel<*>>): Unit
Set a list of EpoxyModel's to show in this RecyclerView.
Alternatively you can set an EpoxyController to handle building models dynamically.
See Also
withModels
setController
setControllerAndBuildModels
buildModelsWith