link static method

DomProps link([
  1. Map? backingMap
])

Returns a new builder that renders a <link> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps link([Map? backingMap]) => DomProps(react.link, backingMap);