CreateStackResult constructor

CreateStackResult({
  1. Stack? stack,
})

Implementation

CreateStackResult({
  this.stack,
});