text property

List<int> text

Original text.

Implementation

List<int> get text {
  return _originalText;
}