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)]));
Gets a value at path
for the root
object. The root
defaults to
this
. The root
must be a JsProxy or PolymerElement object.
get(String path, [root]) =>
convertToDart(jsElement.callMethod('get', [path, convertToJs(root)]));