get method

dynamic get(
  1. String id
)

Implementation

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