instanceManagerClassName top-level constant

String const instanceManagerClassName

Name for the generated InstanceManager for ProxyApis.

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

Implementation

const String instanceManagerClassName = '${classNamePrefix}InstanceManager';