call method

Generator<Object?, dynamic, Object?> call([
  1. Iterable? args
])

Implementation

_i4.Generator<_i2.Object?, _i2.dynamic, _i2.Object?> call(
        [_i2.Iterable<_i2.dynamic>? args]) =>
    _i5.callMethod(
      this,
      'call',
      [
        this,
        ...?args,
      ],
    );