menu
Dart
dart:html
Selection
containsNode method
containsNode
brightness_4
brightness_5
description
containsNode
method
bool
containsNode
(
Node
node
,
[
bool
?
allowPartialContainment
]
)
Implementation
bool containsNode(Node node, [bool? allowPartialContainment]) native;
Dart
dart:html
Selection
containsNode method
Selection class