generateToCache property
Whether to write outputs to the build cache instead of alongside inputs.
When true, outputs are written to the .dart_tool/lean_build/generated directory. When false, outputs are written alongside their inputs.
Implementation
final bool generateToCache;