CappConsole constructor

CappConsole(
  1. dynamic output, [
  2. CappColors color = CappColors.info,
  3. 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]);