call method

Function call([
  1. Iterable? args
])

Implementation

_i2.Function call([_i2.Iterable<_i2.dynamic>? args]) => _i6.callMethod(
      this,
      'call',
      [
        this,
        ...?args,
      ],
    );