.. index:: 
  !Field.containsKey Method
  
.. _id3_bioseal_field_contains_key_class_method:

===============================================================================
Field.containsKey Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Determines whether the Fieldobject contains the specified key.


.. code:: Dart

    bool containsKey(String? key)

**Parameters**

.. line-block::

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


**Returns**

.. line-block::

    ``bool``
    true if the Field 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.



