StackSummary constructor

StackSummary({
  1. int? appsCount,
  2. String? arn,
  3. InstancesCount? instancesCount,
  4. int? layersCount,
  5. String? name,
  6. String? stackId,
})

Implementation

StackSummary({
  this.appsCount,
  this.arn,
  this.instancesCount,
  this.layersCount,
  this.name,
  this.stackId,
});