Logger constructor

Logger({
  1. String? prefix,
})

Implementation

Logger({String? prefix}) : _prefix = prefix ?? Logger.prefix;