containsHtml method

bool containsHtml()

Implementation

bool containsHtml() {
  return RegExp(r"<[^>]+>").hasMatch(this);
}