Console constructor

Console({
  1. Key? key,
})

Implementation

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