dynamic get(String path, [root])

Gets a value at path for the root object. The root defaults to this. The root must be a JsProxy or PolymerElement object.

Source

get(String path, [root]) =>
    convertToDart(jsElement.callMethod('get', [path, convertToJs(root)]));