Logger constructor

const Logger({
  1. required Terminal terminal,
  2. String? name,
})

Implementation

const Logger({required this.terminal, this.name});