has static method

bool has(
  1. String key
)

Implementation

static bool has(String key) {
  return _data.containsKey(key);
}