getAll method

Iterable<CSSStyleValue> getAll(
  1. String property
)

Implementation

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