images property

Retrieves a collection, in source order, of img objects in the document.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLImageElement> get images => _i4.getProperty(
      this,
      'images',
    );