kotlinpoet
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
PropertySpec
/
toBuilder
to
Builder
jvm
@
JvmOverloads
fun
toBuilder
(
name
:
String
=
this.name
,
type
:
TypeName
=
this.type
)
:
PropertySpec.Builder