AggregateError.$3 constructor

AggregateError.$3(
  1. Iterable errors, [
  2. String? message,
  3. ErrorOptions? options
])

Implementation

factory AggregateError.$3(
  _i5.Iterable<_i2.dynamic> errors, [
  _i2.String? message,
  _i7.ErrorOptions? options,
]) =>
    _i4.callConstructor(
      _declaredAggregateError,
      [
        errors,
        message ?? _i6.undefined,
        options ?? _i6.undefined,
      ],
    );