construct property
      
      ({R Function<A extends List, R>(R target([Iterable?]), dynamic argumentsList, [dynamic newTarget([Iterable?])?])  $1, dynamic Function(Function target, List argumentsList, [Function? newTarget]) $2})
      get
      construct
      
    
    
Overload accessor: $1, $2
Implementation
({
  /// Constructs the target with the elements of specified array as the arguments
  /// and the specified constructor as the `new.target` value.
  R Function<A extends _i2.List<_i2.dynamic>, R>(
    R Function([_i2.Iterable<_i2.dynamic>?]) target,
    _i2.dynamic argumentsList, [
    _i2.dynamic Function([_i2.Iterable<_i2.dynamic>?])? newTarget,
  ]) $1,
  /// Constructs the target with the elements of specified array as the arguments
  /// and the specified constructor as the `new.target` value.
  _i2.dynamic Function(
    _i2.Function target,
    _i2.List<_i2.dynamic> argumentsList, [
    _i2.Function? newTarget,
  ]) $2,
}) get construct => (
      $1: _construct$1,
      $2: _construct$2,
    );