CleanResult class
Result of a cleaning operation.
Constructors
Properties
-
deletedPaths
→ List<
String> -
Paths that were successfully deleted.
final
-
failedPaths
→ Map<
String, String> -
Paths that failed to delete (with error messages).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reclaimedSize → int
-
Total size reclaimed in bytes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< String> ? deletedPaths, Map<String, String> ? failedPaths, int? reclaimedSize}) → CleanResult - Creates a copy with updated fields.
-
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