ErrorConstructor constructor

ErrorConstructor({
  1. void captureStackTrace(
    1. Object, [
    2. Function?
    ])?,
})

Implementation

factory ErrorConstructor(
        {void Function(
          _i5.Object, [
          _i2.Function?,
        ])? captureStackTrace}) =>
    ErrorConstructor._(
        captureStackTrace: captureStackTrace == null
            ? null
            : _i4.allowInterop(captureStackTrace));