UiState constructor

UiState()

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

Implementation

UiState() {
  _throwIfNotGenerated();
}