apply property

({R Function<T, A extends List, R>(R target([Iterable?]), T thisArgument, dynamic argumentsList) $1, dynamic Function(Function target, List argumentsList, [dynamic thisArgument]) $2}) get apply

Overload accessor: $1, $2

Implementation

({
  /// Calls the function with the specified object as the this value
  /// and the elements of specified array as the arguments.
  R Function<T, A extends _i2.List<_i2.dynamic>, R>(
    R Function([_i2.Iterable<_i2.dynamic>?]) target,
    T thisArgument,
    _i2.dynamic argumentsList,
  ) $1,

  /// Calls the function with the specified object as the this value
  /// and the elements of specified array as the arguments.
  _i2.dynamic Function(
    _i2.Function target,
    _i2.List<_i2.dynamic> argumentsList, [
    _i2.dynamic thisArgument,
  ]) $2,
}) get apply => (
      $1: _apply$1,
      $2: _apply$2,
    );