QLogger constructor

const QLogger(
  1. String name, [
  2. String? filePath
])

Implementation

const QLogger(String name, [this.filePath]) : super(name, 'MirrorLogger');