AggregateError.$3 constructor
AggregateError.$3(
- Iterable errors, [
- String? message,
- 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,
],
);