ListWorldsResponse constructor

ListWorldsResponse({
  1. String? nextToken,
  2. List<WorldSummary>? worldSummaries,
})

Implementation

ListWorldsResponse({
  this.nextToken,
  this.worldSummaries,
});