Format copyWithWrapped({Wrapped<String?>? format}) { return Format(format: (format != null ? format.value : this.format)); }