results property

Map<String, PerAppResult>? results
getter/setter pair

The per-app results, a mapping from package names to the respective clearing result.

Implementation

core.Map<core.String, PerAppResult>? results;