text property

String text

Gets the text of the selected region line.

Implementation

String get text {
  return _text;
}