FileLogger constructor

FileLogger({
  1. String? outputDir,
})

Implementation

FileLogger({String? outputDir}) : _outputDir = outputDir;