HotKeyDetection constructor

HotKeyDetection({
  1. String? hotKeyAge,
  2. String? systemName,
  3. String? userStepName,
})

Implementation

HotKeyDetection({
  this.hotKeyAge,
  this.systemName,
  this.userStepName,
});