generateToCache property

  1. @override
bool generateToCache
final

Whether outputs should be generated to a cache directory.

When true, outputs are written to the build cache instead of modifying source files. When false, outputs are written directly to the source tree.

Implementation

@override
final bool generateToCache;