get method

dynamic get(
  1. String property
)

Implementation

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