startsWith method

bool startsWith(
  1. String term
)

Implementation

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