get method

String? get(
  1. String name
)

Implementation

String? get(String name) {
  return js_utils.callMethod(this, 'get', [name]);
}