AppState.init constructor

AppState.init()

Initial state

Implementation

factory AppState.init() {
  return const AppState();
}