fun requestModelBuild(): Unit
Request that the currently set EpoxyController has its models rebuilt. You can use this to avoid saving your controller as a field.
You cannot use this if your controller is a TypedEpoxyController or if you set models via setModels. In that case you must set data directly on the controller or set models again.