StylePropertyMapReadOnly$Typings extension

on

Properties

entries IterableIterator<(String, Iterable<CSSStyleValue>)> Function()

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
forEach ↔ void Function(void (List<CSSStyleValue>, String, StylePropertyMapReadOnly), [dynamic])

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
get CSSStyleValue? Function(String)

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
getAll List<CSSStyleValue> Function(String)

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
has bool Function(String)

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
keys IterableIterator<String> Function()

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair
size num

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

MDN Reference
no setter
values IterableIterator<Iterable<CSSStyleValue>> Function()

Available on StylePropertyMapReadOnly, provided by the StylePropertyMapReadOnly$Typings extension

getter/setter pair