line property

String get line

This is the text from the unwrapped line in the terminal.

Implementation

_i2.String get line => _i5.getProperty(
      this,
      'line',
    );
set line (String value)

Implementation

set line(_i2.String value) {
  _i5.setProperty(
    this,
    'line',
    value,
  );
}