proxyApiCodecName function

String proxyApiCodecName(
  1. KotlinOptions options
)

The name of the codec that handles ProxyApis.

Implementation

String proxyApiCodecName(KotlinOptions options) =>
    '${options.fileSpecificClassNameComponent ?? ''}${proxyApiClassNamePrefix}ProxyApiBaseCodec';