RegistryId constructor

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

Implementation

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