HotKeyDebuggingInfo constructor

HotKeyDebuggingInfo({
  1. Map<String, HotKeyInfo>? detectedHotKeys,
})

Implementation

HotKeyDebuggingInfo({
  this.detectedHotKeys,
});