UpdateAliasOutput constructor

UpdateAliasOutput({
  1. Alias? alias,
})

Implementation

UpdateAliasOutput({
  this.alias,
});