copyWith method
Implementation
SegmentUpdateResponse copyWith({int? version}) {
return SegmentUpdateResponse(version: version ?? this.version);
}
SegmentUpdateResponse copyWith({int? version}) {
return SegmentUpdateResponse(version: version ?? this.version);
}