ManifestNode constructor

ManifestNode(
  1. String title,
  2. List<ManifestNode> _childs,
  3. List<ManifestProp> _props
)

Implementation

ManifestNode(this.title, this._childs, this._props);