getProperty<E> abstract method
Return the value of the property with the given name, or null if this
node does not have a property with the given name.
Implementation
E? getProperty<E>(String name);
Return the value of the property with the given name, or null if this
node does not have a property with the given name.
E? getProperty<E>(String name);