BuildPhaseState constructor

BuildPhaseState(
  1. String parentNodeName,
  2. String delegateName,
  3. int constValDepth,
  4. bool isLeaf,
  5. Map<String, dynamic> data,
)

Implementation

BuildPhaseState(this.parentNodeName, this.delegateName, this.constValDepth,
    this.isLeaf, this.data);