toBuilder

@Contract(value = "-> new", pure = true)
abstract fun toBuilder(): T

Converts this object to a builder with all of the properties of this object set by default.

Return

a new builder