protected open fun notifyModelChanged(model: EpoxyModel<*>!): Unitprotected open fun notifyModelChanged(model: EpoxyModel<*>!, @Nullable payload: Any?): Unit
Notify that the given model has had its data changed. It should only be called if the model retained the same position.