Returns the value of the property name in the object o.
name
o
dynamic getProperty(Object o, Object name) => js_util.getProperty<dynamic>(o, name);