Returns true if this variant is a map and contains key. This method is implemented in Variant.
key
Variant
// PROTOTYPES bool has(const char* key) const; bool has(const String& key) const;