has method

bool has(
  1. String key
)

Implementation

bool has(String key) { return _attributeMap.containsKey(key) && _attributeMap[key] != null; }