UDocNormalizedText constructor

const UDocNormalizedText(
  1. String text,
  2. List<int> sourceIndices
)

Implementation

const UDocNormalizedText(this.text, this.sourceIndices);