Companion

object Companion

Functions

Link copied to clipboard
@Contract(value = "_, _ -> new", pure = true)
fun of(name: String, value: String): ProfileProperty

Creates a new profile property with the given name and value.

@Contract(value = "_, _, _ -> new", pure = true)
fun of(name: String, value: String, signature: String?): ProfileProperty

Creates a new profile property with the given name, value, and signature.