ApplicationReport constructor

ApplicationReport({
  1. String? applicationSource,
  2. String? displayName,
  3. List<ApplicationEvent>? events,
  4. String? installerPackageName,
  5. List<KeyedAppState>? keyedAppStates,
  6. String? packageName,
  7. String? packageSha256Hash,
  8. List<String>? signingKeyCertFingerprints,
  9. String? state,
  10. String? userFacingType,
  11. int? versionCode,
  12. 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,
});