kotlinpoet
Toggle table of contents
2.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
ParameterSpec
/
toBuilder
to
Builder
jvm
fun
toBuilder
(
name
:
String
=
this.name
,
type
:
TypeName
=
this.type
)
:
ParameterSpec.Builder