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