links property
HTMLCollectionOf<HTMLElement>
get
links
Retrieves a collection of all a objects that specify the href property and all area objects in the document.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLElement> get links => _i4.getProperty(
this,
'links',
);