copy method
Copies this node.
Implementation
@override
OPTIONElement copy() {
return OPTIONElement(
attributes: attributes,
text: text,
);
}
Copies this node.
@override
OPTIONElement copy() {
return OPTIONElement(
attributes: attributes,
text: text,
);
}