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