ActiveWindowInfo constructor

ActiveWindowInfo({
  1. required String title,
  2. String? appName,
  3. String? path,
  4. String? bundleId,
  5. String? rawResult,
  6. String? userName,
  7. String? hostName,
  8. String? deviceId,
})

Implementation

ActiveWindowInfo({
  required this.title,
  this.appName,
  this.path,
  this.bundleId,
  this.rawResult,
  this.userName,
  this.hostName,
  this.deviceId,
});