booleanProperty
Retrieves the boolean property definition associated with the specified property name.
Return
The corresponding BooleanPropertyDefinition if the property exists and is a boolean, or null if no such property exists or the property is not boolean property.
Parameters
name
The name of the property to fetch from the object definition.