State copyWithWrapped({Wrapped<String?>? state}) { return State(state: (state != null ? state.value : this.state)); }