hasProperty

open fun hasProperty(keyValue: String): Boolean

Gets whether the given key exists in the properties

Return

true if key was found, false otherwise

Parameters

keyValue

property key to find