hidden property

String get hidden

hidden - Prints the text, but makes it invisible. (still copy and pasteable)

Implementation

String get hidden => _chalk.hidden(this);