@NonNull open fun show(): EpoxyModel<T>
Change the visibility of the model so that it's view is shown. This only works if the model is used in EpoxyAdapter or a EpoxyModelGroup, but is not supported in
@NonNull open fun show(show: Boolean): EpoxyModel<T>
Change the visibility of the model's view. This only works if the model is used in EpoxyAdapter or a EpoxyModelGroup, but is not supported in