findProperty

findProperty(str: String): Property;

The findProperty method of the JadeInterface class returns null.

This method is defined to satisfy the abstract findProperty method in the Type class. As interface types cannot have properties, it always returns null.