appendOutput property

void Function(String, [Location?, TestItem?]) get appendOutput

Implementation

void Function(
  _i2.String, [
  _i3.Location?,
  _i3.TestItem?,
]) get appendOutput => (
      _i2.String p0, [
      _i3.Location? p1,
      _i3.TestItem? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'appendOutput',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
            p2 ?? _i6.undefined,
          ],
        );
set appendOutput (void value(String, [Location?, TestItem?]))

Implementation

set appendOutput(
    void Function(
      _i2.String, [
      _i3.Location?,
      _i3.TestItem?,
    ]) value) {
  _i5.setProperty(
    this,
    'appendOutput',
    _i5.allowInterop(value),
  );
}