rt static method

DomProps rt([
  1. Map? backingMap
])

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

Implementation

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