ChildNodeElement constructor
const
ChildNodeElement({
- NodeElement? child,
- List<
NodeElement> ? children,
Implementation
const ChildNodeElement({this.child, this.children});