ListPlatformVersionsResult constructor

ListPlatformVersionsResult({
  1. String? nextToken,
  2. List<PlatformSummary>? platformSummaryList,
})

Implementation

ListPlatformVersionsResult({
  this.nextToken,
  this.platformSummaryList,
});