getProperty<E> abstract method

E? getProperty<E>(
  1. 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.

Implementation

E? getProperty<E>(String name);