ListContainersOutput constructor

ListContainersOutput({
  1. required List<Container> containers,
  2. String? nextToken,
})

Implementation

ListContainersOutput({
  required this.containers,
  this.nextToken,
});