XmlRemoveElementEdit constructor
XmlRemoveElementEdit({})
Default constructor.
Implementation
XmlRemoveElementEdit({
required super.path,
required this.tag,
this.content,
this.attributes,
this.removeNextTag,
this.commentRemover,
});