containsKey method

bool containsKey(
  1. String key
)

Implementation

bool containsKey(String key) {
  return _getObjectData().containsKey(key);
}