generateExtendedJsProps static method

JsMap generateExtendedJsProps(
  1. Map props
)
override

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);