Returns a property descriptor object for the property specified.
This method allows introspecting the configuration of a Polymer element's properties as configured in its properties object. Note, this method normalizes shorthand forms of the properties object into longhand form.
Source
js.JsObject getPropertyInfo(String property) =>
jsElement.callMethod('getPropertyInfo', [property]);