atEnd property

bool Function() get atEnd

Implementation

_i2.bool Function() get atEnd => () => _i3.callMethod(
      _i3.getProperty(
        this,
        'atEnd',
      ),
      r'call',
      [this],
    );
set atEnd (bool value())

Implementation

set atEnd(_i2.bool Function() value) {
  _i3.setProperty(
    this,
    'atEnd',
    _i3.allowInterop(value),
  );
}