CLIOutput constructor
CLIOutput({
- bool noColor = false,
Implementation
CLIOutput({this.noColor = false}) {
if (noColor) {
ansiColorDisabled = true;
}
}
CLIOutput({this.noColor = false}) {
if (noColor) {
ansiColorDisabled = true;
}
}