dartInstanceManagerApiClassName top-level constant

String const dartInstanceManagerApiClassName

Name for the generated InstanceManager API for ProxyApis.

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

Implementation

const String dartInstanceManagerApiClassName =
    '_${classNamePrefix}InstanceManagerApi';