ElementModel constructor

ElementModel(
  1. int depth,
  2. Element element
)

Implementation

ElementModel(this.depth, this.element);