AddChildNodeParams constructor

AddChildNodeParams(
  1. ElectricalNode root,
  2. String parentId,
  3. ElectricalNode child
)

Implementation

AddChildNodeParams(this.root, this.parentId, this.child);