containsKey method

bool containsKey(
  1. MKey key
)
inherited

Implementation

bool containsKey(MKey key) {
  return _data.containsKey(key);
}