ReactJsContextComponentFactoryProxy constructor

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

Implementation

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