captureStackTrace property

void Function(Object, [Function?]) get captureStackTrace

Implementation

void Function(
  _i5.Object, [
  _i2.Function?,
]) get captureStackTrace => (
      _i5.Object p0, [
      _i2.Function? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'captureStackTrace',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set captureStackTrace (void value(Object, [Function?]))

Implementation

set captureStackTrace(
    void Function(
      _i5.Object, [
      _i2.Function?,
    ]) value) {
  _i4.setProperty(
    this,
    'captureStackTrace',
    _i4.allowInterop(value),
  );
}