DeletePlatformVersionResult constructor

DeletePlatformVersionResult({
  1. PlatformSummary? platformSummary,
})

Implementation

DeletePlatformVersionResult({
  this.platformSummary,
});