XmlProcessingSyntheticImpl constructor

XmlProcessingSyntheticImpl(
  1. String target,
  2. String text
)

Implementation

XmlProcessingSyntheticImpl(
  this.target,
  this.text,
);