getAll method

Iterable<String> getAll(
  1. String name
)

Implementation

Iterable<String> getAll(String name) =>
    js_util.callMethod(this, 'getAll', [name]);