hasProperty

abstract fun hasProperty(property: Property<*>): Boolean

Checks if the given property has a value on this state.

Return

true if this state has a value for the given property, false otherwise

Parameters

property

the property to check