name

@JvmField
val name: String? = null


fun name(): String?

Deprecated (with error)

moved to val

Replace with

name