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