proxyCapturesSuperArgs static method
Returns true when the proxy registered for bridgedTypeName needs the
script's super(...) argument list captured. See
_superArgCapturingProxies.
Implementation
static bool proxyCapturesSuperArgs(String bridgedTypeName) =>
_superArgCapturingProxies.contains(bridgedTypeName);