CreateSegmentResponse constructor

CreateSegmentResponse({
  1. required SegmentResponse segmentResponse,
})

Implementation

CreateSegmentResponse({
  required this.segmentResponse,
});