dartInstanceManagerClassName top-level constant

String const dartInstanceManagerClassName

Name for the generated InstanceManager for ProxyApis.

This lowers the chances of variable name collisions with user defined parameters.

Implementation

const String dartInstanceManagerClassName =
    '${proxyApiClassNamePrefix}InstanceManager';