call method

int call(
  1. Object value
)

Implementation

_i2.int call(_i2.Object value) => _i5.callMethod(
      this,
      'call',
      [
        this,
        value,
      ],
    );