XmlCommentNaturalImpl constructor
XmlCommentNaturalImpl(
- XmlSourceRange source,
- String text
Implementation
XmlCommentNaturalImpl(
this.source,
String text,
) : super(text);