Deployments constructor

Deployments({
  1. List<Deployment>? items,
  2. String? position,
})

Implementation

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