ConsoleOutput constructor

ConsoleOutput({
  1. required String name,
})

Implementation

ConsoleOutput({required this.name});