applets property

HTMLCollection get applets

Retrieves a collection of all applet objects in the document.

Implementation

_i3.HTMLCollection get applets => _i4.getProperty(
      this,
      'applets',
    );