CappConsole constructor
CappConsole(
- dynamic output, [
- CappColors color = CappColors.info,
- bool space = false
CappConsole is a class that helps you to interact with the console.
Implementation
CappConsole(this.output, [this.color = CappColors.info, this.space = false]);