class ApplicationState { final String value; ApplicationState(this.value); }