readLine property

String Function() get readLine

Implementation

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

Implementation

set readLine(_i2.String Function() value) {
  _i3.setProperty(
    this,
    'ReadLine',
    _i3.allowInterop(value),
  );
}