ManifestNode constructor

ManifestNode(
  1. String title,
  2. List<ManifestNode> _children,
  3. Set<ManifestProp> props
)

Implementation

ManifestNode(this.title, this._children, this.props);