CreatePlatformVersionResult constructor

CreatePlatformVersionResult({
  1. Builder? builder,
  2. PlatformSummary? platformSummary,
})

Implementation

CreatePlatformVersionResult({
  this.builder,
  this.platformSummary,
});