passed property

void Function(TestItem, [num?]) get passed

Implementation

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

Implementation

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