ListPlatformVersionsResult constructor
- {String nextToken,
- List<
PlatformSummary> platformSummaryList}
Implementation
ListPlatformVersionsResult({
this.nextToken,
this.platformSummaryList,
});
ListPlatformVersionsResult({
this.nextToken,
this.platformSummaryList,
});