generateExtendedJsProps static method
Returns a JavaScript version of the specified props
, preprocessed for consumption by ReactJS and prepared for
consumption by the react
library internals.
Implementation
static JsMap generateExtendedJsProps(Map props) => generateJsProps(props, wrapWithJsify: false);