shouldConvertDomProps property
Whether to automatically prepare props relating to bound values and event handlers
via ReactDomComponentFactoryProxy.convertProps
for consumption by React JS DOM components.
Useful when the JS component forwards DOM props to its rendered DOM components.
Disable for more custom handling of these props.
Implementation
@override
final bool shouldConvertDomProps;