getProperty<E> abstract method

  1. @Deprecated('Use Expando instead')
E? getProperty<E>(
  1. String name
)

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);