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