DebugOptions constructor

DebugOptions({
  1. bool? enableDebugging,
})

Implementation

DebugOptions({
  this.enableDebugging,
});