.. index:: 
  !DecryptionArgs.get Method
  
.. _id3_bioseal_decryption_args_get_class_method:

===============================================================================
DecryptionArgs.get Method
===============================================================================

Module: :ref:`DecryptionArgs<id3_bioseal_decryption_args_class>`

Definition
----------

Gets an item of the DecryptionArgs object.


.. code:: Dart

    String get(String? key)

**Parameters**

.. line-block::

    ``key`` String
    :guilabel:`in` Unique key of the  item to get.


**Returns**

.. line-block::

    ``String``
     item to get.

**Exceptions**

.. line-block::

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



