menu
dom_tools package
documentation
dom_tools_kit.dart
NodeGlue
append method
append method
dark_mode
light_mode
append
method
@
Deprecated
('See Node.appendChild()')
Node
append
(
Node
other
)
Implementation
@Deprecated('See Node.appendChild()') Node append(Node other) => appendChild(other);
dom_tools package
documentation
dom_tools_kit
NodeGlue
append method
NodeGlue extension on
Node