ReactJsReactReduxComponentFactoryProxy constructor

ReactJsReactReduxComponentFactoryProxy(
  1. ReactClass jsClass, {
  2. bool shouldConvertDomProps = true,
  3. bool isConsumer = false,
  4. bool isProvider = false,
})

Implementation

ReactJsReactReduxComponentFactoryProxy(
  ReactClass jsClass, {
  bool shouldConvertDomProps = true,
  bool isConsumer = false,
  bool isProvider = false,
}) : super(jsClass, isProvider: isProvider, isConsumer: isConsumer, shouldConvertDomProps: shouldConvertDomProps);