ApplicationReport constructor
ApplicationReport({
- String? applicationSource,
- String? displayName,
- List<
ApplicationEvent> ? events, - String? installerPackageName,
- List<
KeyedAppState> ? keyedAppStates, - String? packageName,
- String? packageSha256Hash,
- List<
String> ? signingKeyCertFingerprints, - String? state,
- String? userFacingType,
- int? versionCode,
- String? versionName,
Implementation
ApplicationReport({
this.applicationSource,
this.displayName,
this.events,
this.installerPackageName,
this.keyedAppStates,
this.packageName,
this.packageSha256Hash,
this.signingKeyCertFingerprints,
this.state,
this.userFacingType,
this.versionCode,
this.versionName,
});