copyWithWrapped method
Implementation
SegmentUpdateResponse copyWithWrapped({Wrapped<int>? version}) {
return SegmentUpdateResponse(
version: (version != null ? version.value : this.version));
}
SegmentUpdateResponse copyWithWrapped({Wrapped<int>? version}) {
return SegmentUpdateResponse(
version: (version != null ? version.value : this.version));
}