XmlTextNaturalImpl constructor

XmlTextNaturalImpl(
  1. XmlSourceRange source,
  2. String text
)

Implementation

XmlTextNaturalImpl(
  this.source,
  String text,
) : super(text);