menu
dom_builder package
documentation
dom_builder_dart_html.dart
DOMNodeRuntimeDartHTMLImpl
children property
children property
dark_mode
light_mode
children
property
@
override
List
<
Node
>
get
children
override
Returns the
List
of children nodes.
Implementation
@override List<Node> get children => List.from(node!.nodes);
dom_builder package
documentation
dom_builder_dart_html
DOMNodeRuntimeDartHTMLImpl
children property
DOMNodeRuntimeDartHTMLImpl class