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