DebugOptions constructor

DebugOptions({
  1. bool? enableHotKeyLogging,
})

Implementation

DebugOptions({
  this.enableHotKeyLogging,
});