getProperty<E> abstract method
Returns the value of the property with the given name
, or null
if this
node doesn't have a property with the given name.
Implementation
@Deprecated('Use Expando instead')
E? getProperty<E>(String name);