call method

Symbol call([
  1. Object? description
])

Implementation

_i2.Symbol call([_i2.Object? description]) => _i3.callMethod(
      this,
      'call',
      [
        this,
        description ?? _i4.undefined,
      ],
    );