GuestInstalledApplication constructor

GuestInstalledApplication({
  1. String? applicationName,
  2. String? installTime,
  3. String? path,
  4. String? vendor,
  5. String? version,
})

Implementation

GuestInstalledApplication({
  this.applicationName,
  this.installTime,
  this.path,
  this.vendor,
  this.version,
});