GetSegmentResponse constructor

GetSegmentResponse({
  1. required SegmentResponse segmentResponse,
})

Implementation

GetSegmentResponse({
  required this.segmentResponse,
});