dryRun property
Whether this run is a dry-run, which doesn't build anything.
A dry-run only reports information about which assets a build would create, but doesn't actually create files.
Implementation
final bool dryRun;
Whether this run is a dry-run, which doesn't build anything.
A dry-run only reports information about which assets a build would create, but doesn't actually create files.
final bool dryRun;