bdo static method

DomProps bdo([
  1. Map? backingMap
])

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

Implementation

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