.. index:: 
  !ExtensionList.containsKey Method
  
.. _id3_bioseal_extension_list_contains_key_class_method:

===============================================================================
ExtensionList.containsKey Method
===============================================================================

Module: :ref:`ExtensionList<id3_bioseal_extension_list_class>`

Definition
----------

Determines whether the ExtensionListobject contains the specified key.


.. code:: Dart

    bool containsKey(String? key)

**Parameters**

.. line-block::

    ``key`` String
    :guilabel:`in` The key to locate in the Extension object.


**Returns**

.. line-block::

    ``bool``
    true if the Extension object contains an element with the specified key, otherwise false.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



