ListSolutionsResponse constructor
ListSolutionsResponse({
- String? nextToken,
- List<
SolutionSummary> ? solutions,
Implementation
ListSolutionsResponse({
this.nextToken,
this.solutions,
});