DescribeStacksResult constructor

DescribeStacksResult({
  1. List<Stack>? stacks,
})

Implementation

DescribeStacksResult({
  this.stacks,
});