appendLine property

void Function(String) get appendLine

Implementation

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

Implementation

set appendLine(void Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'appendLine',
    _i5.allowInterop(value),
  );
}