//protobuf-kotlin/com.google.protobuf.kotlin/DslProxy
DslProxy
[JVM] abstract class DslProxy
A type meaningful only for its existence, never intended to be instantiated. For example, a DslList<Int, FooProxy> can be given different extension methods than a DslList<Int, BarProxy>.