UpdateRegistryResponse constructor

UpdateRegistryResponse({
  1. String? registryArn,
  2. String? registryName,
})

Implementation

UpdateRegistryResponse({
  this.registryArn,
  this.registryName,
});