links property

Retrieves a collection of all a objects that specify the href property and all area objects in the document.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLElement> get links => _i4.getProperty(
      this,
      'links',
    );