images property
HTMLCollectionOf<HTMLImageElement>
get
images
Retrieves a collection, in source order, of img objects in the document.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLImageElement> get images => _i4.getProperty(
this,
'images',
);