CloneStackResult constructor

CloneStackResult({
  1. String? stackId,
})

Implementation

CloneStackResult({
  this.stackId,
});