LoggerOptions constructor

LoggerOptions({
  1. bool isDebug = false,
})

Implementation

LoggerOptions({this.isDebug = false});