View constructor

View(
  1. dynamic model
)

Implementation

factory View(model) => getView(model);