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