dryRun property

bool dryRun
final

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;