menu
puppeteer package
documentation
protocol/dom.dart
Node
children property
children property
dark_mode
light_mode
children
property
List
<
Node
>
?
children
final
Child nodes of this node when requested with children.
Implementation
final List<Node>? children;
puppeteer package
documentation
protocol/dom
Node
children property
Node class