ReactJsComponentFactoryProxy constructor
ReactJsComponentFactoryProxy(
- ReactClass jsClass, {
- bool shouldConvertDomProps = true,
- bool alwaysReturnChildrenAsList = false,
- List<
String> additionalRefPropKeys = const [],
Implementation
ReactJsComponentFactoryProxy(
ReactClass jsClass, {
this.shouldConvertDomProps = true,
this.alwaysReturnChildrenAsList = false,
List<String> additionalRefPropKeys = const [],
}) : type = jsClass,
_additionalRefPropKeys = additionalRefPropKeys {
ArgumentError.checkNotNull(jsClass, 'jsClass');
}