LogOptions constructor

const LogOptions({
  1. bool handlePrint,
  2. bool printColors,
  3. bool outputInRelease,
  4. MessageFormatting? messageFormatting,
})

Logger options

Implementation

const factory LogOptions({
  bool handlePrint,
  bool printColors,
  bool outputInRelease,
  MessageFormatting? messageFormatting,
}) = _LogOptionsImpl;