UiStatefulComponent<TProps extends UiProps, TState extends UiState> constructor

UiStatefulComponent<TProps extends UiProps, TState extends UiState>()

This class should not be instantiated directly, and throws an error to indicate this.

Implementation

UiStatefulComponent() {
  _throwIfNotGenerated();
}