ListAlgorithmsOutput constructor

ListAlgorithmsOutput({
  1. required List<AlgorithmSummary> algorithmSummaryList,
  2. String? nextToken,
})

Implementation

ListAlgorithmsOutput({
  required this.algorithmSummaryList,
  this.nextToken,
});