$ErrorBoundaryComponentFactory top-level property

  1. @Deprecated('This API is for use only within generated code.' ' Do not reference it in your code, as it may change at any time.')
ReactDartComponentFactoryProxy2<Component2> $ErrorBoundaryComponentFactory
final

Implementation

@Deprecated('This API is for use only within generated code.'
    ' Do not reference it in your code, as it may change at any time.')
final $ErrorBoundaryComponentFactory = registerComponent2(
  () => _$ErrorBoundaryComponent(),
  builderFactory: _$ErrorBoundary,
  componentClass: ErrorBoundaryComponent,
  isWrapper: true,
  parentType: null,
  skipMethods: const [],
);