getProperty

abstract fun getProperty(name: String): Property<*>?

Gets the property with the given name for this holder, or returns null if there is no property with the given name for this holder.

Return

the property, or null if not present

Parameters

name

the name of the property