SegmentsResponse constructor
SegmentsResponse({
- required List<
SegmentResponse> item, - String? nextToken,
Implementation
SegmentsResponse({
required this.item,
this.nextToken,
});