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