Logger constructor

Logger({
  1. Printable printer = const DefaultPrinter(),
})

Implementation

Logger({this.printer = const DefaultPrinter()});