dynamic getProperty(o, name)

Source

static getProperty(o, name) {
  o = unwrap_jso(o);
  return o != null ? o._operator_getter(name) : null;
}