DeploymentCommand constructor
DeploymentCommand({
- required DeploymentCommandName name,
- Map<
String, List< ? args,String> >
Implementation
DeploymentCommand({
required this.name,
this.args,
});