ListThemesResponse constructor

ListThemesResponse({
  1. String? nextToken,
  2. String? requestId,
  3. int? status,
  4. List<ThemeSummary>? themeSummaryList,
})

Implementation

ListThemesResponse({
  this.nextToken,
  this.requestId,
  this.status,
  this.themeSummaryList,
});