UpdateStackResult constructor

UpdateStackResult({
  1. Stack? stack,
})

Implementation

UpdateStackResult({
  this.stack,
});