map static method

DomProps map([
  1. Map? backingMap
])

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

Implementation

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