appendOutput property
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,
],
);