GetInsightsResponse constructor

GetInsightsResponse({
  1. required List<Insight> insights,
  2. String? nextToken,
})

Implementation

GetInsightsResponse({
  required this.insights,
  this.nextToken,
});