DeploymentCommand constructor

DeploymentCommand({
  1. required DeploymentCommandName name,
  2. Map<String, List<String>>? args,
})

Implementation

DeploymentCommand({
  required this.name,
  this.args,
});