writeLine property

void Function(String) get writeLine

Implementation

void Function(_i2.String) get writeLine => (_i2.String p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'WriteLine',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set writeLine (void value(String))

Implementation

set writeLine(void Function(_i2.String) value) {
  _i3.setProperty(
    this,
    'WriteLine',
    _i3.allowInterop(value),
  );
}