stripHtmlTags property

String get stripHtmlTags

Strips any HTML strings present from the string and returns the result

Implementation

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