call method
Implementation
_i2.dynamic call(
_i2.Object event, [
_i2.String? source,
_i2.num? lineno,
_i2.num? colno,
_i9.Error? error,
]) =>
_i4.callMethod(
this,
'call',
[
this,
event,
source ?? _i6.undefined,
lineno ?? _i6.undefined,
colno ?? _i6.undefined,
error ?? _i6.undefined,
],
);