ReactJsContextComponentFactoryProxy constructor
ReactJsContextComponentFactoryProxy(
- ReactClass jsClass, {
- bool shouldConvertDomProps = true,
- bool isConsumer = false,
- bool isProvider = false,
Implementation
ReactJsContextComponentFactoryProxy(
ReactClass jsClass, {
this.shouldConvertDomProps = true,
this.isConsumer = false,
this.isProvider = false,
}) : type = jsClass,
super(jsClass, shouldConvertDomProps: shouldConvertDomProps);