ListWorldsResponse constructor
ListWorldsResponse({
- String? nextToken,
- List<
WorldSummary> ? worldSummaries,
Implementation
ListWorldsResponse({
this.nextToken,
this.worldSummaries,
});