GuestInstalledApplication constructor

GuestInstalledApplication({
  1. String? applicationName,
  2. String? installTime,
  3. List<String>? licenses,
  4. String? path,
  5. String? vendor,
  6. String? version,
})

Implementation

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