base static method

DomProps base([
  1. Map? backingMap
])

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

Implementation

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