containsKey method
Returns whether a value is currently associated with key.
Implementation
bool containsKey(K key) => _expando[key] != null;
Returns whether a value is currently associated with key.
bool containsKey(K key) => _expando[key] != null;