Deployments constructor
Deployments({
- List<
Deployment> ? items, - String? position,
Implementation
Deployments({
this.items,
this.position,
});
Deployments({
this.items,
this.position,
});