proxyApiReaderWriterName function

String proxyApiReaderWriterName(
  1. SwiftOptions options
)

The name of the ReaderWriter that handles ProxyApis.

Implementation

String proxyApiReaderWriterName(SwiftOptions options) =>
    '${options.fileSpecificClassNameComponent ?? ''}${classNamePrefix}ProxyApiCodecReaderWriter';