HTMLCollectionExtension extension
Properties
- isEmpty → bool
-
Available on HTMLCollection, provided by the HTMLCollectionExtension extension
no setter - isNotEmpty → bool
-
Available on HTMLCollection, provided by the HTMLCollectionExtension extension
no setter
Methods
-
indexOf(
Element element) → int -
Available on HTMLCollection, provided by the HTMLCollectionExtension extension
-
toIterable(
) → Iterable< Element> -
Available on HTMLCollection, provided by the HTMLCollectionExtension extension
-
toList(
) → List< Element> -
Available on HTMLCollection, provided by the HTMLCollectionExtension extension
-
whereType<
T> () → Iterable< T> -
Available on HTMLCollection, provided by the HTMLCollectionExtension extension