styleSheets property

StyleSheetList styleSheets

Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.

MDN Reference

Implementation

_i3.StyleSheetList get styleSheets => _i4.getProperty(
      this,
      'styleSheets',
    );