proxyApiReaderWriterName function
The name of the ReaderWriter
that handles ProxyApis.
Implementation
String proxyApiReaderWriterName(SwiftOptions options) =>
'${options.fileSpecificClassNameComponent ?? ''}${classNamePrefix}ProxyApiCodecReaderWriter';