LogPrintConfig constructor

LogPrintConfig({
  1. bool debugMode = true,
  2. bool colorful = true,
})

Implementation

LogPrintConfig({this.debugMode = true, this.colorful = true}) {
  ansiColorDisabled = false;
}