menu
xml package
documentation
xml.dart
XmlComment
copy method
copy method
dark_mode
light_mode
copy
method
@
override
XmlComment
copy
(
)
override
Return a copy of this node and all its children.
Implementation
@override
XmlComment copy() => XmlComment(value);
xml package
documentation
xml
XmlComment
copy method
XmlComment class