Deployments constructor

Deployments({
  1. List<DeploymentSummary>? items,
  2. String? nextToken,
})

Implementation

Deployments({
  this.items,
  this.nextToken,
});