HotKeyInfo constructor

HotKeyInfo({
  1. String? hotKeyAge,
  2. String? key,
  3. bool? keyTruncated,
})

Implementation

HotKeyInfo({
  this.hotKeyAge,
  this.key,
  this.keyTruncated,
});