atEndOfLine property

bool get atEndOfLine

Indicates whether the stream pointer position is at the end of a line.

Implementation

_i2.bool get atEndOfLine => _i3.getProperty(
      this,
      'AtEndOfLine',
    );
set atEndOfLine (bool value)

Implementation

set atEndOfLine(_i2.bool value) {
  _i3.setProperty(
    this,
    'AtEndOfLine',
    value,
  );
}