get abstract method

dynamic get(
  1. dynamic key
)

Retrieves the value stored under the specified key.

  • key: The key to look up.

Returns the stored value if found, otherwise null.

Implementation

dynamic get(dynamic key);