hostProxyApiPrefix top-level constant
String
const hostProxyApiPrefix
Prefix for APIs generated for ProxyApi.
Since ProxyApis are intended to wrap a class and will often share the name of said class, host APIs should prefix the API with this protected name.
Implementation
const String hostProxyApiPrefix = '${proxyApiClassNamePrefix}Api';