proxyApiCodecName function
The name of the codec that handles ProxyApis.
Implementation
String proxyApiCodecName(KotlinOptions options) =>
'${options.fileSpecificClassNameComponent ?? ''}${proxyApiClassNamePrefix}ProxyApiBaseCodec';
The name of the codec that handles ProxyApis.
String proxyApiCodecName(KotlinOptions options) =>
'${options.fileSpecificClassNameComponent ?? ''}${proxyApiClassNamePrefix}ProxyApiBaseCodec';