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