containsKey method

bool containsKey(
  1. String kid
)

Implementation

bool containsKey(String kid) {
  return _data.containsKey(kid);
}