api / org.gradle.model / ModelMap / containsKey

containsKey

abstract fun containsKey(name: Any): Boolean

Returns true if this collection contains an item with the given name.

Parameters

name - The name of the item.

Return
true if this collection contains an item with the given name.