UpdateSegmentResponse constructor

UpdateSegmentResponse({
  1. required SegmentResponse segmentResponse,
})

Implementation

UpdateSegmentResponse({
  required this.segmentResponse,
});