InventoryWindowsApplication constructor

InventoryWindowsApplication({
  1. String? displayName,
  2. String? displayVersion,
  3. String? helpLink,
  4. Date? installDate,
  5. String? publisher,
})

Implementation

InventoryWindowsApplication({
  this.displayName,
  this.displayVersion,
  this.helpLink,
  this.installDate,
  this.publisher,
});