AppViewReference constructor

AppViewReference(
  1. CompileElement parent,
  2. int nodeIndex
)

Implementation

AppViewReference(this.parent, this.nodeIndex)
    : _name = '_compView_$nodeIndex';