call property
      
      ({AggregateError Function(Iterable errors, [String? message]) $1, AggregateError Function(Iterable errors, [String? message, ErrorOptions? options]) $2})
      get
      call
      
    
    
Overload accessor: $1, $2
Implementation
({
  _i8.AggregateError Function(
    _i5.Iterable<_i2.dynamic> errors, [
    _i2.String? message,
  ]) $1,
  _i8.AggregateError Function(
    _i5.Iterable<_i2.dynamic> errors, [
    _i2.String? message,
    _i7.ErrorOptions? options,
  ]) $2,
}) get call => (
      $1: _call$1,
      $2: _call$2,
    );