get method

String? get(
  1. String name
)

Implementation

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