contains method

bool contains(
  1. String text
)

Implementation

bool contains(String text) {
  return getPlainText().contains(text);
}