contains method

bool contains(
  1. String term
)

Implementation

bool contains(String term) => token.contains(term) == true;