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