WindowsResult constructor

WindowsResult({
  1. String? exe,
  2. String? name,
  3. String? title,
})

Implementation

WindowsResult({
  this.exe,
  this.name,
  this.title,
});