EpoxyModelGroup(@LayoutRes layoutRes: Int, models: MutableCollection<out EpoxyModel<*>!>!)
layoutRes - Int: The layout to use with these models.
models - MutableCollection<out EpoxyModel<*>!>!: The models that will be used to bind the views in the given layout.
EpoxyModelGroup(@LayoutRes layoutRes: Int, vararg models: EpoxyModel<*>!)
layoutRes - Int: The layout to use with these models.
models - EpoxyModel<*>!: The models that will be used to bind the views in the given layout.
protected EpoxyModelGroup()protected EpoxyModelGroup(@LayoutRes layoutRes: Int)
Constructor use for DSL