Logger constructor

Logger({
  1. String? prefix,
})

Standard constructor of the Logger class

Implementation

Logger({this.prefix});