ChildNodeElement constructor

const ChildNodeElement({
  1. NodeElement? child,
  2. List<NodeElement>? children,
})

Implementation

const ChildNodeElement({this.child, this.children});