SegmentsResponse constructor

SegmentsResponse({
  1. required List<SegmentResponse> item,
  2. String? nextToken,
})

Implementation

SegmentsResponse({
  required this.item,
  this.nextToken,
});