DeleteSegmentResponse constructor

DeleteSegmentResponse({
  1. required SegmentResponse segmentResponse,
})

Implementation

DeleteSegmentResponse({
  required this.segmentResponse,
});