contains method

bool contains(
  1. String text
)

Implementation

bool contains(String text) => terminal.contains(text);