DartDeploy constructor

DartDeploy({
  1. bool? isDryRun,
})

Implementation

DartDeploy({
  bool? isDryRun,
}) : isDryRun = isDryRun ?? false;