get method

dynamic get(
  1. String name
)

Implementation

dynamic get(String name) => js_util.callMethod(this, 'get', [name]);