UpdateCleanupReport constructor
const
UpdateCleanupReport({})
Creates an install cleanup report.
Implementation
const UpdateCleanupReport({
required this.stagingPath,
required this.descriptorVersion,
required this.cleanupAttempted,
this.cleanupSucceeded,
this.backupRestoredByNativeHelper,
this.errorText,
});