contains method

bool contains(
  1. String name
)

Check if a keyword exists

Implementation

bool contains(String name) => _data.containsKey(name);