PurgeReport class

Result of a ProjectPurger.dryRun call describing exactly what the rebuild step would delete. Returned to the user so they can confirm before any data is touched.

Constructors

PurgeReport({required List<String> directoriesToDelete, required List<String> alreadyMissing, required List<String> rejected})
const

Properties

alreadyMissing List<String>
Absolute paths that already do not exist (informational only).
final
directoriesToDelete List<String>
Absolute paths to directories that will be deleted on rebuild.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
rejected List<String>
Sanity-check guard: paths the purger refused to delete because they fall outside SetupConfig.outputDir or look suspicious. Always empty in practice — kept so unit tests can assert the purger is paranoid.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited