call property

({List Function([num? arrayLength]) $1, List<T> Function<T>([Iterable? items]) $2}) get call

Overload accessor: $1, $2

Implementation

({
  _i2.List<_i2.dynamic> Function([_i2.num? arrayLength]) $1,
  _i2.List<T> Function<T>([_i2.Iterable<_i2.dynamic>? items]) $2,
}) get call => (
      $1: _call$1,
      $2: _call$2,
    );