Node.hasProperty

Gets whether a property with the given name exists in the object.

class Node
@nogc const @nogc nothrow
bool
hasProperty
(
quark key
)

Parameters

key quark

The name of the property.

Return Value

Type: bool

true if the property exists, false otherwise.

Meta