proxyCapturesSuperArgs static method

bool proxyCapturesSuperArgs(
  1. String bridgedTypeName
)

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);