View constructor

View(
  1. ViewModel model
)

Implementation

View(this.model) : super(key: ObjectKey(model));