ListWorldTemplatesResponse constructor
ListWorldTemplatesResponse({
- String? nextToken,
- List<
TemplateSummary> ? templateSummaries,
Implementation
ListWorldTemplatesResponse({
this.nextToken,
this.templateSummaries,
});