CreateStackResult constructor

CreateStackResult({
  1. String? stackId,
})

Implementation

CreateStackResult({
  this.stackId,
});