UpdateCleanupReport class

Small report emitted after install scheduling or cleanup evidence.

Constructors

UpdateCleanupReport({required String stagingPath, required String? descriptorVersion, required bool cleanupAttempted, bool? cleanupSucceeded, bool? backupRestoredByNativeHelper, String? errorText})
Creates an install cleanup report.
const

Properties

backupRestoredByNativeHelper bool?
Whether the native helper reported restoring a backup during rollback.
final
cleanupAttempted bool
Whether cleanup was attempted for the staged update.
final
cleanupSucceeded bool?
Whether cleanup succeeded, when cleanup or install-scheduling result is known.
final
descriptorVersion String?
Release descriptor version associated with the staged update.
final
errorText String?
Error text captured while scheduling install or cleanup, when known.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stagingPath String
Platform-specific staged update path associated with the report.
final

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