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