ListThemesResponse constructor
ListThemesResponse({
- String? nextToken,
- String? requestId,
- int? status,
- List<
ThemeSummary> ? themeSummaryList,
Implementation
ListThemesResponse({
this.nextToken,
this.requestId,
this.status,
this.themeSummaryList,
});