isProperty

open fun isProperty(): Boolean

See isProperty(Property?).

Return

(see linked method).


open fun isProperty(property: Property?): Boolean

Return true if this path is simply for the specified target property.

Return

true if this path is simply for the specified target property.

Parameters

property

(nullable) Specified target property, or `null' to check if this path is a simple property path.