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