TreeView constructor

TreeView(
  1. TreeModel model
)

Implementation

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