DebugFilter constructor

DebugFilter({
  1. bool disableLog = false,
})

Implementation

DebugFilter({this.disableLog = false});