Console constructor

Console({
  1. Key? key,
})

Implementation

Console({Key? key}) : super(key: key) {
  ConsoleManager.redirectDebugPrint();
}